added include string in level.h

This commit is contained in:
Erik Persson 2013-12-13 11:11:51 +01:00
parent 7817003db8
commit f1f9f4d20a
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@
//////////////////////////////////////////////////
#ifndef LEVEL_H
#define LEVEL_H
#include <string>
namespace GameLogic
{