diff options
Diffstat (limited to 'raul/Symbol.hpp')
-rw-r--r-- | raul/Symbol.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/raul/Symbol.hpp b/raul/Symbol.hpp index 1ec775f..1189b7b 100644 --- a/raul/Symbol.hpp +++ b/raul/Symbol.hpp @@ -17,10 +17,10 @@ #ifndef RAUL_SYMBOL_HPP #define RAUL_SYMBOL_HPP -#include <string> - #include "raul/Exception.hpp" +#include <string> + namespace Raul { /** A restricted string which is a valid C identifier and Path component. |