summaryrefslogtreecommitdiffstats
path: root/include/ScopedUtfChars.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/ScopedUtfChars.h')
-rw-r--r--include/ScopedUtfChars.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/ScopedUtfChars.h b/include/ScopedUtfChars.h
index cb48bfa..7492a0c 100644
--- a/include/ScopedUtfChars.h
+++ b/include/ScopedUtfChars.h
@@ -18,6 +18,7 @@
#define SCOPED_UTF_CHARS_H_included
#include "JNIHelp.h"
+#include <string.h>
// A smart pointer that provides read-only access to a Java string's UTF chars.
// Unlike GetStringUTFChars, we throw NullPointerException rather than abort if