diff options
author | drumsetmonkey <abelleisle@roadrunner.com> | 2016-02-19 18:33:29 -0500 |
---|---|---|
committer | drumsetmonkey <abelleisle@roadrunner.com> | 2016-02-19 18:33:29 -0500 |
commit | 0075f9e7997d01fa2105bff38e40a3d5b8b421e6 (patch) | |
tree | c2e9bbbced1ac97cbcfd81930905aec50325dc64 /include/common.h | |
parent | 2a4a514b654ef0e08134a116c658d49a8f16cfe7 (diff) |
Village work
Diffstat (limited to 'include/common.h')
-rw-r--r-- | include/common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/common.h b/include/common.h index 34260c9..f141afd 100644 --- a/include/common.h +++ b/include/common.h @@ -16,6 +16,7 @@ #include <string> #include <fstream> #include <thread> +#include <mutex> #define GLEW_STATIC #include <GL/glew.h> |