[CORE] Allowing compilation with c++11
This commit is contained in:
parent
6f7a046575
commit
fc8599299e
6 changed files with 19 additions and 2 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue