summaryrefslogtreecommitdiff
path: root/src/support/string.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/support/string.h')
-rw-r--r--src/support/string.h1
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>