mirror of
https://gitcode.com/gh_mirrors/ope/OpenFace.git
synced 2026-05-14 19:27:56 +00:00
Cleaning up includes, fixing tbb binary include for 32 bit windows version.
This commit is contained in:
@@ -32,13 +32,22 @@
|
||||
//
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
// Allows to overcome boost name clash stuff with C++ CLI
|
||||
#ifdef __cplusplus_cli
|
||||
#define generic __identifier(generic)
|
||||
#endif
|
||||
|
||||
// This is the main DLL file.
|
||||
#include "GazeAnalyserInterop.h"
|
||||
#include "LandmarkDetectorInterop.h"
|
||||
#include "FaceAnalyserInterop.h"
|
||||
#include "GazeAnalyserInterop.h"
|
||||
#include "OpenCVWrappers.h"
|
||||
#include "ImageReader.h"
|
||||
#include "FaceDetectorInterop.h"
|
||||
#include "RecorderInterop.h"
|
||||
#include "VisualizerInterop.h"
|
||||
#include "SequenceReader.h"
|
||||
#include "SequenceReader.h"
|
||||
|
||||
#ifdef __cplusplus_cli
|
||||
#undef generic
|
||||
#endif
|
||||
Reference in New Issue
Block a user