diff options
Diffstat (limited to 'src/serialization.h')
-rw-r--r-- | src/serialization.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/serialization.h b/src/serialization.h index 24648c1fc..70b3ee74d 100644 --- a/src/serialization.h +++ b/src/serialization.h @@ -20,7 +20,7 @@ with this program; if not, write to the Free Software Foundation, Inc., #ifndef SERIALIZATION_HEADER #define SERIALIZATION_HEADER -#include "common_irrlicht.h" +#include "irrlichttypes.h" #include "exceptions.h" #include <iostream> #include "util/pointer.h" |