mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-13 23:10:20 +08:00
fixed windows build errors
This commit is contained in:
@@ -28,12 +28,14 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|||||||
#ifndef LINK_H_
|
#ifndef LINK_H_
|
||||||
#define LINK_H_
|
#define LINK_H_
|
||||||
|
|
||||||
|
#include "rtabmap/core/RtabmapExp.h" // DLL export/import defines
|
||||||
|
|
||||||
#include <rtabmap/core/Transform.h>
|
#include <rtabmap/core/Transform.h>
|
||||||
#include <opencv2/core/core.hpp>
|
#include <opencv2/core/core.hpp>
|
||||||
|
|
||||||
namespace rtabmap {
|
namespace rtabmap {
|
||||||
|
|
||||||
class Link
|
class RTABMAP_EXP Link
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
enum Type {kNeighbor, kGlobalClosure, kLocalSpaceClosure, kLocalTimeClosure, kUserClosure, kVirtualClosure, kUndef};
|
enum Type {kNeighbor, kGlobalClosure, kLocalSpaceClosure, kLocalTimeClosure, kUserClosure, kVirtualClosure, kUndef};
|
||||||
|
|||||||
@@ -110,7 +110,7 @@ BASIC_TYPE_SERIALIZER(bool);
|
|||||||
// unsigned __int64 ~= unsigned long long
|
// unsigned __int64 ~= unsigned long long
|
||||||
// Will throw error on VS2013
|
// Will throw error on VS2013
|
||||||
#if _MSC_VER != 1800
|
#if _MSC_VER != 1800
|
||||||
BASIC_TYPE_SERIALIZER(unsigned __int64);
|
//BASIC_TYPE_SERIALIZER(unsigned __int64);
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user