aboutsummaryrefslogtreecommitdiff
path: root/src/openvic-dataloader/detail/Errors.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/openvic-dataloader/detail/Errors.hpp')
-rw-r--r--src/openvic-dataloader/detail/Errors.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/openvic-dataloader/detail/Errors.hpp b/src/openvic-dataloader/detail/Errors.hpp
index f53bedc..bf7c831 100644
--- a/src/openvic-dataloader/detail/Errors.hpp
+++ b/src/openvic-dataloader/detail/Errors.hpp
@@ -1,6 +1,6 @@
#pragma once
-#include "openvic-dataloader/v2script/Parser.hpp"
+#include <openvic-dataloader/ParseError.hpp>
namespace ovdl::errors {
inline const ParseError make_no_file_error(const char* file_path) {