Ver código fonte

Removed obsolete hash_map header that was breaking the compile.

Josh Haberman 7 anos atrás
pai
commit
986fad3eb1
1 arquivos alterados com 0 adições e 1 exclusões
  1. 0 1
      python/google/protobuf/pyext/unknown_fields.h

+ 0 - 1
python/google/protobuf/pyext/unknown_fields.h

@@ -34,7 +34,6 @@
 #include <Python.h>
 
 #include <memory>
-#include <hash_map>
 #include <set>
 
 #include <google/protobuf/pyext/message.h>