diff --git a/VCMP-LUA/modules/crypto/include/detail/functions.hpp b/VCMP-LUA/modules/crypto/include/detail/functions.hpp index 9bedd24..b48ffd4 100644 --- a/VCMP-LUA/modules/crypto/include/detail/functions.hpp +++ b/VCMP-LUA/modules/crypto/include/detail/functions.hpp @@ -5,6 +5,10 @@ This code is written by kerukuro and released into public domain. #ifndef DIGESTPP_DETAIL_FUNCTIONS_HPP #define DIGESTPP_DETAIL_FUNCTIONS_HPP +#include +#include +#include + namespace digestpp { namespace detail