[Emesary] Fix compile on Linux.
This commit is contained in:
parent
098c5b0924
commit
2cbbb29eb5
@ -21,6 +21,7 @@
|
|||||||
*
|
*
|
||||||
*---------------------------------------------------------------------------*/
|
*---------------------------------------------------------------------------*/
|
||||||
|
|
||||||
|
#include <algorithm>
|
||||||
#include <string>
|
#include <string>
|
||||||
#include <list>
|
#include <list>
|
||||||
#include <set>
|
#include <set>
|
||||||
|
@ -7,14 +7,14 @@
|
|||||||
|
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
|
|
||||||
#include <simgear/emesary/emesary.hxx>
|
#include <simgear/emesary/Emesary.hxx>
|
||||||
|
|
||||||
using std::cout;
|
using std::cout;
|
||||||
using std::cerr;
|
using std::cerr;
|
||||||
using std::endl;
|
using std::endl;
|
||||||
|
|
||||||
std::atomic<int> nthread = 0;
|
std::atomic<int> nthread {0};
|
||||||
std::atomic<int> noperations = 0;
|
std::atomic<int> noperations {0};
|
||||||
const int MaxIterations = 9999;
|
const int MaxIterations = 9999;
|
||||||
|
|
||||||
class TestThreadNotification : public simgear::Emesary::INotification
|
class TestThreadNotification : public simgear::Emesary::INotification
|
||||||
|
@ -24,7 +24,7 @@
|
|||||||
#include <simgear/math/SGMath.hxx>
|
#include <simgear/math/SGMath.hxx>
|
||||||
#include <simgear/misc/sg_path.hxx>
|
#include <simgear/misc/sg_path.hxx>
|
||||||
|
|
||||||
#include <simgear/emesary/emesary.hxx>
|
#include <simgear/emesary/Emesary.hxx>
|
||||||
#include <simgear/emesary/notifications.hxx>
|
#include <simgear/emesary/notifications.hxx>
|
||||||
|
|
||||||
#include <boost/function.hpp>
|
#include <boost/function.hpp>
|
||||||
|
Loading…
Reference in New Issue
Block a user