mirror of
https://github.com/overte-org/overte.git
synced 2025-04-22 16:13:28 +02:00
move OpenNI include
This commit is contained in:
parent
b3fc378a0f
commit
8166ed3a77
1 changed files with 3 additions and 4 deletions
|
@ -9,10 +9,6 @@
|
|||
#ifndef __interface__Webcam__
|
||||
#define __interface__Webcam__
|
||||
|
||||
#if defined(HAVE_OPENNI) && !defined(Q_MOC_RUN)
|
||||
#include <XnCppWrapper.h>
|
||||
#endif
|
||||
|
||||
#include <QMetaType>
|
||||
#include <QObject>
|
||||
#include <QThread>
|
||||
|
@ -23,6 +19,9 @@
|
|||
|
||||
#include <opencv2/opencv.hpp>
|
||||
|
||||
#if defined(HAVE_OPENNI) && !defined(Q_MOC_RUN)
|
||||
#include <XnCppWrapper.h>
|
||||
#endif
|
||||
|
||||
#include <vpx_codec.h>
|
||||
|
||||
|
|
Loading…
Reference in a new issue