diff options
Diffstat (limited to 'src/support/string.h')
-rw-r--r-- | src/support/string.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/support/string.h b/src/support/string.h index 1708f4d94..120835b80 100644 --- a/src/support/string.h +++ b/src/support/string.h @@ -21,6 +21,7 @@ #ifndef wasm_support_string_h #define wasm_support_string_h +#include "support/utilities.h" #include <cctype> #include <string> #include <vector> |