Include <memory> in GDCpp/RuntimeObject.h

This commit is contained in:
Victor Levasseur
2016-01-27 16:52:51 +01:00
parent 99e4c394fe
commit 8602bbfa51

View File

@@ -6,9 +6,10 @@
#ifndef RUNTIMEOBJECT_H
#define RUNTIMEOBJECT_H
#include <map>
#include <memory>
#include <string>
#include <vector>
#include <map>
#include "GDCpp/Project/Behavior.h"
#include "GDCpp/Force.h"
#include "GDCpp/RuntimeVariablesContainer.h"