#ifndef OPENPOSE_CORE_COMMON_HPP #define OPENPOSE_CORE_COMMON_HPP // Std library most used classes #include #include // std::shared_ptr, std::unique_ptr #include #include // OpenPose most used classes #include #include #include #include #include #include #include #include #include // Datum at the end, otherwise circular dependency with array, point & rectangle #include #endif // OPENPOSE_CORE_COMMON_HPP