mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-01 17:10:26 +08:00
Fixed compilation on Windows, updated version to 0.3.2
Providing FFTW3 and ZLIB binaries for Windows git-svn-id: http://rtabmap.googlecode.com/svn/trunk/rtabmap@465 f169173b-cf89-36c8-b27e-44dbe73f0c83
This commit is contained in:
@@ -2,11 +2,13 @@
|
||||
#ifndef COLORTABLE_H
|
||||
#define COLORTABLE_H
|
||||
|
||||
#include "rtabmap/core/RtabmapExp.h" // DLL export/import defines
|
||||
|
||||
#include <vector>
|
||||
|
||||
namespace rtabmap
|
||||
{
|
||||
class ColorTable
|
||||
class RTABMAP_EXP ColorTable
|
||||
{
|
||||
public:
|
||||
ColorTable(int size);
|
||||
|
||||
Reference in New Issue
Block a user