mirror of
https://github.com/SWG-Source/src.git
synced 2026-08-01 01:16:03 -04:00
Fixes for building on vc12 (vs 2013), these are primarily just missing includes
This commit is contained in:
@@ -9,6 +9,7 @@
|
||||
#include "serverDatabase/AbstractTableBuffer.h"
|
||||
|
||||
#include <algorithm>
|
||||
#include <iterator>
|
||||
#include <set>
|
||||
#include <vector>
|
||||
|
||||
|
||||
@@ -18,6 +18,8 @@
|
||||
#include "sharedDatabaseInterface/DbTaskQueue.h"
|
||||
#include "Snapshot.h"
|
||||
|
||||
#include <algorithm>
|
||||
|
||||
//-----------------------------------------------------------------------
|
||||
|
||||
DatabaseMetricsData::DatabaseMetricsData() :
|
||||
|
||||
Reference in New Issue
Block a user