aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/server/lexer/error.hpp
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2020-10-17 18:38:17 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2020-10-17 18:38:17 +0300
commit6cce85b3a34a4a27d678abf0b4c005a38afd1738 (patch)
treef0c699f6f92b59e7e6613a30c8dd0e3ce3585540 /server/lexer/error.hpp
parentupdate cmake-common (diff)
downloadmath-server-6cce85b3a34a4a27d678abf0b4c005a38afd1738.tar.gz
math-server-6cce85b3a34a4a27d678abf0b4c005a38afd1738.zip
cmake: no more target_include_directories hacks
Diffstat (limited to '')
-rw-r--r--server/lexer/error.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/lexer/error.hpp b/server/lexer/error.hpp
index 72b3caa..994309a 100644
--- a/server/lexer/error.hpp
+++ b/server/lexer/error.hpp
@@ -5,7 +5,7 @@
#pragma once
-#include "../common/error.hpp"
+#include <common/error.hpp>
#include <string>