Fix clang compile by adding <string> to woff2_out.h

This commit is contained in:
Rod Sheeter
2016-03-09 10:32:53 -08:00
parent a3a4d48f97
commit 4e698b8c6c
+1
View File
@@ -36,6 +36,7 @@
#include <algorithm> #include <algorithm>
#include <cstring> #include <cstring>
#include <memory> #include <memory>
#include <string>
#include "./port.h" #include "./port.h"
namespace woff2 { namespace woff2 {