summaryrefslogtreecommitdiff
path: root/tests/test_main.cpp
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2022-12-21 22:23:43 +0100
committerRémi Verschelde <rverschelde@gmail.com>2022-12-21 22:23:43 +0100
commitf5a6c9cf50d31eda3082baa9c72c460d3d755b3b (patch)
tree56eef7a7ca7cce428a4a443fcc628f87c074b773 /tests/test_main.cpp
parentf84c308cf828b457628763e9e1fa1a027f641a38 (diff)
parent5aa243f9da1c8ae425ae5b6706fe889f6e301959 (diff)
Merge pull request #62029 from Maran23/optional-default-value-project-settings
Allow to specify a default value in `ProjectSettings.get_setting()`
Diffstat (limited to 'tests/test_main.cpp')
-rw-r--r--tests/test_main.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_main.cpp b/tests/test_main.cpp
index d58c19ac32..4c4d47a7ae 100644
--- a/tests/test_main.cpp
+++ b/tests/test_main.cpp
@@ -30,6 +30,7 @@
#include "test_main.h"
+#include "tests/core/config/test_project_settings.h"
#include "tests/core/input/test_input_event_key.h"
#include "tests/core/input/test_shortcut.h"
#include "tests/core/io/test_config_file.h"