aboutsummaryrefslogtreecommitdiff
path: root/include/cru/toml/TomlParser.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/cru/toml/TomlParser.h')
-rw-r--r--include/cru/toml/TomlParser.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/cru/toml/TomlParser.h b/include/cru/toml/TomlParser.h
index dcef2920..76c270c3 100644
--- a/include/cru/toml/TomlParser.h
+++ b/include/cru/toml/TomlParser.h
@@ -1,6 +1,6 @@
#pragma once
-#include "cru/common/Exception.h"
+#include "cru/base/Exception.h"
#include "cru/toml/TomlDocument.h"
#include <optional>