Mercurial > fife-parpg
comparison engine/core/model/model.h @ 415:16ea97290dbc
quick fix for missing standard includes.
author | vtchill@33b003aa-7bff-0310-803a-e67f0ece8222 |
---|---|
date | Wed, 03 Feb 2010 01:50:37 +0000 |
parents | e496e3681855 |
children | 9d94f4676d17 |
comparison
equal
deleted
inserted
replaced
414:92433f507feb | 415:16ea97290dbc |
---|---|
22 #ifndef FIFE_MODEL_H | 22 #ifndef FIFE_MODEL_H |
23 #define FIFE_MODEL_H | 23 #define FIFE_MODEL_H |
24 | 24 |
25 // Standard C++ library includes | 25 // Standard C++ library includes |
26 #include <list> | 26 #include <list> |
27 #include <map> | |
28 #include <vector> | |
29 #include <utility> | |
27 | 30 |
28 // 3rd party library includes | 31 // 3rd party library includes |
29 | 32 |
30 // FIFE includes | 33 // FIFE includes |
31 // These includes are split up in two parts, separated by one empty line | 34 // These includes are split up in two parts, separated by one empty line |