diff --git a/xbob/ip/flandmark/flandmark.cpp b/xbob/ip/flandmark/flandmark.cpp index 8d0fadc84b41ea78a26a947ae5adc5f47dd17c06..5dead119f33e2019394c01dfc7e8e5d45f9c320e 100644 --- a/xbob/ip/flandmark/flandmark.cpp +++ b/xbob/ip/flandmark/flandmark.cpp @@ -5,12 +5,13 @@ * @brief Bob/Python extension to flandmark */ -#include <xbob.extension/documentation.h> #include <xbob.blitz/cppapi.h> #include <xbob.blitz/cleanup.h> #include <xbob.io/api.h> #include <structmember.h> +#include <xbob.extension/documentation.h> + #include <boost/shared_ptr.hpp> #include <boost/shared_array.hpp>