add a define protection for users who don't need libprof

This commit is contained in:
milang 2019-09-02 09:38:25 +02:00
parent 3bcc97a6e2
commit cd3b0163cd
No known key found for this signature in database
GPG Key ID: D287C9D6C33D9035
1 changed files with 2 additions and 0 deletions

View File

@ -3,7 +3,9 @@
#include <fxengine/render/translate.h>
#include <fxengine/render/zbuffer.h>
#ifdef USE_LIBPROF
#include <libprof.h>
#endif
#include <gint/display.h>
#include <gint/clock.h>