slight path change in cguittfont to improve non-standard build path support

This commit is contained in:
darkrose 2014-11-17 20:36:16 +10:00
parent 666a88c015
commit 4400d455e6
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
// A wrapper header to avoid hack with gcc and modifying
// the CGUITTFont files.
#include "common_irrlicht.h"
#include "../common_irrlicht.h"
#include <algorithm>
#include <stddef.h>
#include "irrUString.h"