From 63e130f42c2ad329aba3da9e3121323914fac3fc Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Thu, 2 Jan 2014 06:25:30 +0100 Subject: fix win32 native build by reordering headers --- FTNoIR_Tracker_PT/camera.cpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/FTNoIR_Tracker_PT/camera.cpp b/FTNoIR_Tracker_PT/camera.cpp index 5f6db57c..754533c5 100644 --- a/FTNoIR_Tracker_PT/camera.cpp +++ b/FTNoIR_Tracker_PT/camera.cpp @@ -5,6 +5,11 @@ * copyright notice and this permission notice appear in all copies. */ + #if defined(OPENTRACK_API) && defined(_WIN32) +#include +#include +#endif + #include "camera.h" #include #include @@ -15,11 +20,6 @@ using namespace cv; #include #endif -#if defined(OPENTRACK_API) && defined(_WIN32) -#include -#include -#endif - #ifdef OPENTRACK_API void get_camera_device_names(std::vector& device_names) { # if defined(_WIN32) -- cgit v1.2.3