summaryrefslogtreecommitdiff
path: root/src/codec/schema.h
diff options
context:
space:
mode:
authorClaudius Holeksa <mail@keldu.de>2023-05-24 02:52:09 +0200
committerClaudius Holeksa <mail@keldu.de>2023-05-24 02:52:37 +0200
commit32f9665a0be0aed75f39d7c30a4ec327c107ea39 (patch)
tree745950b489997db6b19f21202dc44ad53a1cef80 /src/codec/schema.h
parent02a7768e7ca44cd40c06cbae887d828a8601e0f7 (diff)
nix: Fixed include
Diffstat (limited to 'src/codec/schema.h')
-rw-r--r--src/codec/schema.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/codec/schema.h b/src/codec/schema.h
index b23aaa1..e6c6110 100644
--- a/src/codec/schema.h
+++ b/src/codec/schema.h
@@ -1,6 +1,6 @@
#pragma once
-#include <forstio/common.h>
+#include <forstio/core/common.h>
#include <forstio/string_literal.h>
namespace saw {