fixed including a cpp instead of hpp

This commit is contained in:
Anonymissimus 2011-09-12 23:37:20 +00:00
parent 044f8ebd00
commit 2623d29902

View file

@ -15,7 +15,7 @@
*/
#include "formula_string_utils_backend.hpp"
#include "game_display.cpp" //for add_chat_message for the error message
#include "game_display.hpp" //for add_chat_message for the error message
namespace wml_interpolation {