diff options
-rw-r--r-- | common/str.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/common/str.cpp b/common/str.cpp index 6ac23126b4..9d5d9e7c2c 100644 --- a/common/str.cpp +++ b/common/str.cpp @@ -20,7 +20,9 @@ */ #include "common/stdafx.h" + #include "common/str.h" +#include "common/util.h" #include <ctype.h> |