10 lines
186 B
C++
10 lines
186 B
C++
--- base/Behavior.h.orig 2018-03-24 23:40:31 UTC
|
|
+++ base/Behavior.h
|
|
@@ -10,6 +10,7 @@
|
|
#ifndef BEHAVIOR_H
|
|
#define BEHAVIOR_H
|
|
|
|
+#include <unistd.h>
|
|
#include "EMath.h"
|
|
|
|
class Group;
|