[CORE] Allowing compilation with c++11

This commit is contained in:
Yehonal 2016-08-10 12:39:25 +02:00
parent 6f7a046575
commit fc8599299e
6 changed files with 19 additions and 2 deletions

View file

@ -19,6 +19,8 @@
#ifndef THREADING_H
#define THREADING_H
#include "Common.h"
#include <ace/ACE.h>
#include <ace/Thread.h>
#include <ace/TSS_T.h>
#include <ace/Atomic_Op.h>