fixed including a cpp instead of hpp
This commit is contained in:
parent
044f8ebd00
commit
2623d29902
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue