diff options
Diffstat (limited to 'src/parse/tokentree.hpp')
-rw-r--r-- | src/parse/tokentree.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/parse/tokentree.hpp b/src/parse/tokentree.hpp index aa72a522..6b54e66e 100644 --- a/src/parse/tokentree.hpp +++ b/src/parse/tokentree.hpp @@ -2,7 +2,7 @@ #define TOKENTREE_HPP_INCLUDED
#include "lex.hpp"
-
+#include "../include/serialise.hpp"
class TokenTree:
public Serialisable
|