Fixed build on Unix, move crypto wrapper to libimhex

This commit is contained in:
WerWolv
2021-02-03 11:54:41 +01:00
parent 8c306a5d3d
commit ac019a7d7e
8 changed files with 40 additions and 9 deletions

View File

@@ -2,6 +2,8 @@
#include "math_evaluator.hpp"
#include <hex/helpers/crypto.hpp>
namespace hex::plugin::builtin {
class NodeInteger : public dp::Node {