diff options
author | Saturneric <[email protected]> | 2021-12-20 08:17:34 +0000 |
---|---|---|
committer | Saturneric <[email protected]> | 2021-12-20 09:40:32 +0000 |
commit | 5fb0f8b0fc46d2413dbcde3f118570245e2ee154 (patch) | |
tree | 216ed80867dce37ca8bf3a593facc4eff15d1280 /test/GpgFrontendTest.h | |
parent | Fixed bugs. (diff) | |
download | GpgFrontend-5fb0f8b0fc46d2413dbcde3f118570245e2ee154.tar.gz GpgFrontend-5fb0f8b0fc46d2413dbcde3f118570245e2ee154.zip |
Update Test Code & Added Standlone Support
Diffstat (limited to 'test/GpgFrontendTest.h')
-rw-r--r-- | test/GpgFrontendTest.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/GpgFrontendTest.h b/test/GpgFrontendTest.h index 181c513e..ee872fc6 100644 --- a/test/GpgFrontendTest.h +++ b/test/GpgFrontendTest.h @@ -29,10 +29,11 @@ #include <gpg-error.h> #include <gtest/gtest.h> -#include <boost/date_time/gregorian/parsers.hpp> +#include <boost/date_time.hpp> #include <boost/dll.hpp> #include <boost/filesystem/operations.hpp> #include <boost/filesystem/path.hpp> +#include <libconfig.h++> #include <memory> #include <string> #include <vector> |