summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosh Haberman <jhaberman@gmail.com>2013-05-28 15:35:05 -0700
committerJosh Haberman <jhaberman@gmail.com>2013-05-28 15:35:05 -0700
commit61109fca1f967771c21dc7184aee35f3b439c577 (patch)
treecac47ee03dba079bae93cde51b42dcd1e0d28ada
parent228872a5c68938c56eb9d4ecd2413865b5277fe1 (diff)
Fix to compile on Linux.
-rw-r--r--upb/google/bridge.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/upb/google/bridge.cc b/upb/google/bridge.cc
index 9386427..9c2a69e 100644
--- a/upb/google/bridge.cc
+++ b/upb/google/bridge.cc
@@ -11,6 +11,7 @@
#include "upb/google/bridge.h"
+#include <stdio.h>
#include <map>
#include <string>
#include "upb/def.h"
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback