blob: 8324791d76f863899b663962443478af9a17cc7d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- a/src/utf8_fix.h
+++ b/src/utf8_fix.h
@@ -17,6 +17,8 @@
#include <string>
+#include <google/protobuf/stubs/port.h>
+
#include "src/random.h"
namespace protobuf_mutator {
|