From 0014950c987e3a348eb06a2cda4ae6e76000aa23 Mon Sep 17 00:00:00 2001 From: Blake-Madden <66873089+Blake-Madden@users.noreply.github.com> Date: Tue, 28 May 2024 11:55:51 -0400 Subject: [PATCH] Fix path in demo --- tests/demo/tedemo.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/demo/tedemo.cpp b/tests/demo/tedemo.cpp index 11046b2..7dfabec 100644 --- a/tests/demo/tedemo.cpp +++ b/tests/demo/tedemo.cpp @@ -1,6 +1,6 @@ // This is mostly used as a CMake project used for code analysis. -#include "../../tinyexpr.h" +#include "tinyexpr.h" #include int main(int argc, char* argv[])