@@ -5,6 +5,8 @@
#ifndef CPP_PCAPREADER_MAIN_H
#define CPP_PCAPREADER_MAIN_H
+// Aidmar
+#include <iomanip>
#include <tins/tins.h>
#include <iostream>
@@ -1,3 +1,6 @@
+#include <iostream>
+
#include "statistics.h"
#include <sstream>
#include <SQLiteCpp/SQLiteCpp.h>
@@ -5,6 +5,9 @@
#ifndef CPP_PCAPREADER_STATISTICSDB_H
#define CPP_PCAPREADER_STATISTICSDB_H
+#include <memory>
#include <string>