Turi Create  4.0
client_base_types.hpp
1 /* Copyright © 2017 Apple Inc. All rights reserved.
2  *
3  * Use of this source code is governed by a BSD-3-clause license that can
4  * be found in the LICENSE.txt file or at https://opensource.org/licenses/BSD-3-Clause
5  */
6 #ifndef TURI_UNITY_CLIENT_BASE_TYPES_HPP
7 #define TURI_UNITY_CLIENT_BASE_TYPES_HPP
8 
9 /*
10  * This file is a meta-header which includes all the types necessary
11  * for the client library.
12  */
13 #include <core/data/flexible_type/flexible_type.hpp>
14 #include <core/storage/sframe_data/dataframe.hpp>
15 #include <model_server/lib/variant.hpp>
16 #include <model_server/lib/api/unity_graph_interface.hpp>
17 #include <model_server/lib/extensions/model_base.hpp>
18 
19 #endif // TURI_UNITY_CLIENT_BASE_TYPES