another bugfix array declaration

This commit is contained in:
Kai Philipp
2019-09-09 20:02:16 +02:00
parent a3337dd869
commit 24c05f6d74
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -39,7 +39,7 @@
#include <gsasl.h>
// #include <ctime> // @TODO: remove if really not necessary
// #include <Array> // same here
// #include <array> // same here
using namespace std;
using boost::asio::ip::tcp;
+1 -1
View File
@@ -40,7 +40,7 @@ typedef unsigned SessionId;
#include <boost/thread.hpp>
#include <boost/enable_shared_from_this.hpp>
#include <string>
#include <Array>
#include <array>
#include <net/socket_helper.h>
#include <net/sessiondatacallback.h>