diff options
Diffstat (limited to 'src/proto/protoio.cc')
-rw-r--r-- | src/proto/protoio.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/proto/protoio.cc b/src/proto/protoio.cc index a666726fe..d2ce4595d 100644 --- a/src/proto/protoio.cc +++ b/src/proto/protoio.cc @@ -39,7 +39,7 @@ #include "proto/protoio.hh" -#include "base/misc.hh" +#include "base/logging.hh" using namespace std; using namespace google::protobuf; |