Merge pull request #3 from Timple/galactic
fix galactic compilation with missing include for `usleep`main
commit
f5fad64c1d
|
@ -40,6 +40,7 @@
|
||||||
#include <functional>
|
#include <functional>
|
||||||
#include <mutex>
|
#include <mutex>
|
||||||
#include <string>
|
#include <string>
|
||||||
|
#include <unistd.h>
|
||||||
|
|
||||||
namespace explore
|
namespace explore
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue