another bugfix array declaration
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user