aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2022-11-07 06:34:37 -0500
committerDavid Robillard <d@drobilla.net>2022-11-07 06:56:07 -0500
commit205f6587600f91ea0710785cf87a2a71a3dac5ab (patch)
tree2d78feb9b384a9c397eeafa8d887b36b44bcd942 /test
parent036c4c1634b2e056da722b21302608ccfe05a298 (diff)
downloadchilbert-205f6587600f91ea0710785cf87a2a71a3dac5ab.tar.gz
chilbert-205f6587600f91ea0710785cf87a2a71a3dac5ab.tar.bz2
chilbert-205f6587600f91ea0710785cf87a2a71a3dac5ab.zip
Fix include guards
Diffstat (limited to 'test')
-rw-r--r--test/test_hilbert.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_hilbert.cpp b/test/test_hilbert.cpp
index d2db1e1..53177ec 100644
--- a/test/test_hilbert.cpp
+++ b/test/test_hilbert.cpp
@@ -9,7 +9,7 @@
#include "chilbert/DynamicBitVec.hpp"
#include "chilbert/SmallBitVec.hpp"
#include "chilbert/StaticBitVec.hpp"
-#include "chilbert/chilbert.ipp"
+#include "chilbert/chilbert.hpp"
#if defined(__clang__)
_Pragma("clang diagnostic push")