summaryrefslogtreecommitdiff
path: root/tests/pb/test_encoder.cc
diff options
context:
space:
mode:
Diffstat (limited to 'tests/pb/test_encoder.cc')
-rw-r--r--tests/pb/test_encoder.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/pb/test_encoder.cc b/tests/pb/test_encoder.cc
index aa33370..3039767 100644
--- a/tests/pb/test_encoder.cc
+++ b/tests/pb/test_encoder.cc
@@ -6,6 +6,8 @@
#include "upb/pb/decoder.h"
#include "upb/pb/encoder.h"
+#include "upb/port_def.inc"
+
std::string read_string(const char *filename) {
size_t len;
char *str = upb_readfile(filename, &len);
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback