aboutsummaryrefslogtreecommitdiff
path: root/imageutil.hpp
diff options
context:
space:
mode:
authorGravatar Chris Xiong <chirs241097@gmail.com> 2022-09-11 01:39:29 -0400
committerGravatar Chris Xiong <chirs241097@gmail.com> 2022-09-11 01:39:29 -0400
commitc41768dbbd50a0055298d5ec6318ae7f1d2e4ab3 (patch)
tree4fe4ec18a65424998c33c6654456b2551996ae39 /imageutil.hpp
parentfd2773c2407aa475ba8aa4c8a72c91b83fd99c42 (diff)
downloaddeduper-c41768dbbd50a0055298d5ec6318ae7f1d2e4ab3.tar.xz
New testdrive using sqlite db as data storage.
Add signature serialization & deserialization. Only link what we need from OpenCV.
Diffstat (limited to 'imageutil.hpp')
-rw-r--r--imageutil.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/imageutil.hpp b/imageutil.hpp
index 5c01d9b..f3831b0 100644
--- a/imageutil.hpp
+++ b/imageutil.hpp
@@ -3,6 +3,7 @@
#ifndef IMAGEUTIL_HPP
#define IMAGEUTIL_HPP
+#include <cmath>
#include <cstdlib>
#include <filesystem>
#include <vector>