diff options
Diffstat (limited to 'src/toml/TomlDocument.cpp')
-rw-r--r-- | src/toml/TomlDocument.cpp | 2 |
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 { |