diff options
Diffstat (limited to 'raul/Symbol.hpp')
-rw-r--r-- | raul/Symbol.hpp | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/raul/Symbol.hpp b/raul/Symbol.hpp index 7c650ee..735d901 100644 --- a/raul/Symbol.hpp +++ b/raul/Symbol.hpp @@ -18,11 +18,12 @@ #ifndef RAUL_SYMBOL_HPP #define RAUL_SYMBOL_HPP -#include <iostream> +#include <cassert> #include <cctype> -#include <string> #include <cstring> -#include <cassert> +#include <iostream> +#include <string> + #include <glib.h> namespace Raul { |