diff options
Diffstat (limited to 'src/sexpr/parser.hpp')
-rw-r--r-- | src/sexpr/parser.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sexpr/parser.hpp b/src/sexpr/parser.hpp index 4ce7f2d..ad3ad90 100644 --- a/src/sexpr/parser.hpp +++ b/src/sexpr/parser.hpp @@ -23,7 +23,7 @@ # include <cstdlib> -# include "../strings/zstring.hpp" +# include "../strings/fwd.hpp" # include "../io/line.hpp" |