summaryrefslogtreecommitdiff
path: root/sfntly/port/memory_input_stream.cc
diff options
context:
space:
mode:
Diffstat (limited to 'sfntly/port/memory_input_stream.cc')
-rwxr-xr-xsfntly/port/memory_input_stream.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/sfntly/port/memory_input_stream.cc b/sfntly/port/memory_input_stream.cc
index 56ee81e..f6f2b9b 100755
--- a/sfntly/port/memory_input_stream.cc
+++ b/sfntly/port/memory_input_stream.cc
@@ -20,6 +20,8 @@
#include <string.h>
+#include <algorithm>
+
#include "sfntly/port/memory_input_stream.h"
#include "sfntly/port/exception_type.h"