Add string include so compile completes.

Error was "string in namespace std does not name a type".


git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@10734 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
mbjornstk
2012-01-27 22:33:35 +00:00
parent 1a49c6bfe5
commit 3f0fc54773

View File

@@ -23,6 +23,7 @@
* This class implements all particle effects for a kart. */
#include <vector>
#include <string>
class Kart;
class ParticleEmitter;