diff options
Diffstat (limited to 'src/database.h')
-rw-r--r-- | src/database.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/database.h b/src/database.h index 459789306..7213f088a 100644 --- a/src/database.h +++ b/src/database.h @@ -20,8 +20,8 @@ with this program; if not, write to the Free Software Foundation, Inc., #ifndef DATABASE_HEADER #define DATABASE_HEADER -#include <vector> #include <string> +#include <vector> #include "irr_v3d.h" #include "irrlichttypes.h" #include "util/basic_macros.h" @@ -47,4 +47,3 @@ public: }; #endif - |