hash/crc: use relative include paths
We can't use system include paths for our headers because we are probably not installed just yet..
This commit is contained in:
parent
300a3f77d9
commit
6d6c5c0cfc
@ -16,10 +16,9 @@
|
|||||||
|
|
||||||
#include "./crc.hpp"
|
#include "./crc.hpp"
|
||||||
|
|
||||||
|
#include "../bitwise.hpp"
|
||||||
#include "../debug.hpp"
|
#include "../debug.hpp"
|
||||||
|
|
||||||
#include <cruft/util/bitwise.hpp>
|
|
||||||
|
|
||||||
#include <array>
|
#include <array>
|
||||||
|
|
||||||
using util::hash::crc;
|
using util::hash::crc;
|
||||||
|
Loading…
Reference in New Issue
Block a user