diff --git a/parse.cpp b/parse.cpp index 0aac16e..b56794c 100644 --- a/parse.cpp +++ b/parse.cpp @@ -16,6 +16,10 @@ #include "parser.hpp" +#ifndef __STDC_ISO_10646__ +#error "Must have __STDC_ISO_10646__" +#endif + const size_t buf_size = 1024; class stripstate {