diff options
Diffstat (limited to 'source/core/StarConfig.hpp')
-rw-r--r-- | source/core/StarConfig.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source/core/StarConfig.hpp b/source/core/StarConfig.hpp index e7a5ff0..f070df4 100644 --- a/source/core/StarConfig.hpp +++ b/source/core/StarConfig.hpp @@ -1,8 +1,8 @@ -#include "StarPch.hpp" - #ifndef STAR_CONFIG_HPP #define STAR_CONFIG_HPP +#include "StarPch.hpp" + namespace Star { // Some really common std namespace includes |