diff options
Diffstat (limited to 'src/proto')
-rw-r--r-- | src/proto/protoio.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/proto/protoio.cc b/src/proto/protoio.cc index 70e3fcb44..a666726fe 100644 --- a/src/proto/protoio.cc +++ b/src/proto/protoio.cc @@ -37,9 +37,10 @@ * Authors: Andreas Hansson */ -#include "base/misc.hh" #include "proto/protoio.hh" +#include "base/misc.hh" + using namespace std; using namespace google::protobuf; |