diff options
author | Claudius Holeksa <mail@keldu.de> | 2023-05-24 02:52:09 +0200 |
---|---|---|
committer | Claudius Holeksa <mail@keldu.de> | 2023-05-24 02:52:37 +0200 |
commit | 32f9665a0be0aed75f39d7c30a4ec327c107ea39 (patch) | |
tree | 745950b489997db6b19f21202dc44ad53a1cef80 | |
parent | 02a7768e7ca44cd40c06cbae887d828a8601e0f7 (diff) |
nix: Fixed include
-rw-r--r-- | src/codec/schema.h | 2 |
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 { |