diff options
Diffstat (limited to 'examples/hash_crc32_example/example.cc')
| -rw-r--r-- | examples/hash_crc32_example/example.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/hash_crc32_example/example.cc b/examples/hash_crc32_example/example.cc index cddebda..bd27662 100644 --- a/examples/hash_crc32_example/example.cc +++ b/examples/hash_crc32_example/example.cc @@ -1,5 +1,5 @@ -#include <hashing/crc_hash.hpp> -#include <io/print.hpp> +#include <ocl/crc_hash.hpp> +#include <ocl/print.hpp> int main(int argc, char** argv) { |
