Browse Source

add includes

aidmar.wainakh 6 years ago
parent
commit
cb13c15b73

+ 2 - 0
code_boost/src/cxx/pcap_processor.h

@@ -5,6 +5,8 @@
 #ifndef CPP_PCAPREADER_MAIN_H
 #define CPP_PCAPREADER_MAIN_H
 
+// Aidmar
+#include <iomanip>
 
 #include <tins/tins.h>
 #include <iostream>

+ 3 - 0
code_boost/src/cxx/statistics.cpp

@@ -1,3 +1,6 @@
+// Aidmar
+#include <iostream>
+
 #include "statistics.h"
 #include <sstream>
 #include <SQLiteCpp/SQLiteCpp.h>

+ 3 - 0
code_boost/src/cxx/statistics_db.h

@@ -5,6 +5,9 @@
 #ifndef CPP_PCAPREADER_STATISTICSDB_H
 #define CPP_PCAPREADER_STATISTICSDB_H
 
+// Aidmar
+#include <iostream>
+#include <memory>
 
 #include <string>
 #include "statistics.h"