Procházet zdrojové kódy

Fix build issue for GCC

Alexey Edelev před 5 roky
rodič
revize
cf9d326d2b
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  1. 1 0
      src/generator/classgeneratorbase.h

+ 1 - 0
src/generator/classgeneratorbase.h

@@ -27,6 +27,7 @@
 
 #include <google/protobuf/io/printer.h>
 #include <memory>
+#include <list>
 
 #include "templates.h"