aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSatoshi Kataoka <satok@google.com>2012-11-30 20:14:33 +0900
committerSatoshi Kataoka <satok@google.com>2012-11-30 20:14:33 +0900
commit4a10e31835ebaee20078d280104aefb941f3a2e3 (patch)
tree81180522b42c165abbdb6743fb7466cfdf296e63
parente5d8dc958af5dc4b20f7103052dcda16abc11d8c (diff)
parent17f71ca6bc3a954c0852f8f7a77bd82d6b54edc5 (diff)
downloadlatinime-4a10e31835ebaee20078d280104aefb941f3a2e3.tar.gz
latinime-4a10e31835ebaee20078d280104aefb941f3a2e3.tar.xz
latinime-4a10e31835ebaee20078d280104aefb941f3a2e3.zip
Merge remote-tracking branch 'goog/master' into mergescriptpackage
-rw-r--r--native/jni/src/binary_format.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/native/jni/src/binary_format.h b/native/jni/src/binary_format.h
index 86410fb8f..d1e8316de 100644
--- a/native/jni/src/binary_format.h
+++ b/native/jni/src/binary_format.h
@@ -17,7 +17,7 @@
#ifndef LATINIME_BINARY_FORMAT_H
#define LATINIME_BINARY_FORMAT_H
-#include <cctype>
+#include <cstdlib>
#include <limits>
#include <map>
#include "bloom_filter.h"