Base: Include needed header file

This commit is contained in:
marioalexis
2023-05-16 12:46:34 -03:00
parent 260187f924
commit 623e65f2f0
2 changed files with 1 additions and 1 deletions

View File

@@ -36,7 +36,6 @@
#include "Tools.h"
#include <boost/iostreams/filtering_stream.hpp>
#include <memory>
using namespace Base;
using namespace std;

View File

@@ -24,6 +24,7 @@
#define BASE_WRITER_H
#include <memory>
#include <set>
#include <string>
#include <sstream>