summary refs log tree commit diff stats
path: root/src/entity_manager.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/entity_manager.h')
-rw-r--r--src/entity_manager.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/entity_manager.h b/src/entity_manager.h index 7fd82fc..65fa6ca 100644 --- a/src/entity_manager.h +++ b/src/entity_manager.h
@@ -7,7 +7,7 @@
7#include <set> 7#include <set>
8#include <stdexcept> 8#include <stdexcept>
9#include "component.h" 9#include "component.h"
10#include "algorithms.h" 10#include "util.h"
11 11
12class EntityManager { 12class EntityManager {
13private: 13private: