mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-16 18:31:32 +00:00
Fixed #include statement that included sourcefile instead of header.
This commit is contained in:
parent
652f57cfb3
commit
b6d4ebe554
@ -20,7 +20,7 @@
|
||||
#include "config.hpp"
|
||||
#include "foreach.hpp"
|
||||
#include "game_preferences.hpp"
|
||||
#include "serialization/string_utils.cpp"
|
||||
#include "serialization/string_utils.hpp"
|
||||
|
||||
namespace gui2 {
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user