diff options
author | Roland Reichwein <mail@reichwein.it> | 2023-01-05 18:19:44 +0100 |
---|---|---|
committer | Roland Reichwein <mail@reichwein.it> | 2023-01-05 18:19:44 +0100 |
commit | 15b6682b177dda1bc64384c7ff1a82e88917c2e5 (patch) | |
tree | 9d89f9729c1f815ddb46da9a1eca71dac76fcdbe /statistics.h | |
parent | 455fcf0bb13baa18eac12d265ebdb743cb8815f3 (diff) |
Moved archive.h to libreichwein
Diffstat (limited to 'statistics.h')
-rw-r--r-- | statistics.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/statistics.h b/statistics.h index 7e4da7e..c38ef66 100644 --- a/statistics.h +++ b/statistics.h @@ -1,6 +1,6 @@ #pragma once -#include "archive.h" +#include "libreichwein/archive.h" #include <cstdint> #include <ctime> |