diff options
| author | Gacko <gacko28@gmx.de> | 2017-05-06 11:59:52 +0200 |
|---|---|---|
| committer | Gacko <gacko28@gmx.de> | 2017-05-06 11:59:52 +0200 |
| commit | 5a2b60d815444ae79dc446b8dd6ab4a5be45c8fd (patch) | |
| tree | 8b7ac491087ed0445154d36079473db5d2b67ddf | |
| parent | f2becced5aeed15c767b867a0ed2af788dde50a6 (diff) | |
Fix non-PCH build.
What else?
| -rw-r--r-- | src/common/Collision/DynamicTree.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/Collision/DynamicTree.h b/src/common/Collision/DynamicTree.h index f52c5364362..df2c8c99570 100644 --- a/src/common/Collision/DynamicTree.h +++ b/src/common/Collision/DynamicTree.h @@ -21,6 +21,7 @@ #define _DYNTREE_H #include "Define.h" +#include <set> namespace G3D { |
