mirror of https://gitee.com/bigwinds/arangodb
Make it compile under Linux.
This commit is contained in:
parent
80e002cfc9
commit
bb3fbff88a
|
@ -28,7 +28,6 @@
|
|||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#include "Traverser.h"
|
||||
#include <thread>
|
||||
|
||||
using namespace std;
|
||||
using namespace triagens::basics;
|
||||
|
|
|
@ -32,6 +32,9 @@
|
|||
|
||||
#include "Basics/Common.h"
|
||||
|
||||
#include <thread>
|
||||
#include <mutex>
|
||||
|
||||
namespace triagens {
|
||||
namespace basics {
|
||||
|
||||
|
|
Loading…
Reference in New Issue