aboutsummaryrefslogtreecommitdiff
path: root/src/toml/TomlDocument.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/toml/TomlDocument.cpp')
-rw-r--r--src/toml/TomlDocument.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/toml/TomlDocument.cpp b/src/toml/TomlDocument.cpp
index 052af170..e9351538 100644
--- a/src/toml/TomlDocument.cpp
+++ b/src/toml/TomlDocument.cpp
@@ -1,4 +1,4 @@
-#include "cru/toml/TomlDocument.hpp"
+#include "cru/toml/TomlDocument.h"
namespace cru::toml {
std::optional<String> TomlSection::GetValue(const String& key) const {