mirror of
https://github.com/4ian/GDevelop.git
synced 2025-10-15 10:19:04 +00:00
Include <memory> in GDCpp/RuntimeObject.h
This commit is contained in:
@@ -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"
|
||||
|
Reference in New Issue
Block a user