Another attempt to resolve the include issues for gcc.

This commit is contained in:
Tadas Baltrusaitis 2017-10-25 19:32:36 +01:00
parent 3a3b375197
commit 0980b1587c
2 changed files with 1 additions and 1 deletions

View file

@ -39,6 +39,7 @@
#include <opencv2/highgui/highgui.hpp>
#include "PDM.h"
#include "PAW.h"
namespace FaceAnalysis
{

View file

@ -33,7 +33,6 @@
///////////////////////////////////////////////////////////////////////////////
#include <Face_utils.h>
#include <PAW.h>
// OpenCV includes
#include <opencv2/core/core.hpp>