Skip to content
Snippets Groups Projects
Commit da1700f5 authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

Prepare for Bob 1.2.0 release

parent f31a5ede
No related branches found
No related tags found
No related merge requests found
...@@ -8,8 +8,16 @@ ...@@ -8,8 +8,16 @@
#include <boost/python.hpp> #include <boost/python.hpp>
#include <boost/shared_ptr.hpp> #include <boost/shared_ptr.hpp>
#include <boost/shared_array.hpp> #include <boost/shared_array.hpp>
#include <bob/core/python/gil.h>
#include <bob/core/python/ndarray.h> #include <bob/config.h>
#ifdef BOB_API_VERSION
# include <bob/python/gil.h>
# include <bob/python/ndarray.h>
#else
# include <bob/core/python/gil.h>
# include <bob/core/python/ndarray.h>
#endif
#include <cv.h> #include <cv.h>
#include "flandmark_detector.h" #include "flandmark_detector.h"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment