added include string in level.h
This commit is contained in:
parent
7817003db8
commit
f1f9f4d20a
|
@ -3,6 +3,7 @@
|
|||
//////////////////////////////////////////////////
|
||||
#ifndef LEVEL_H
|
||||
#define LEVEL_H
|
||||
#include <string>
|
||||
|
||||
namespace GameLogic
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue