Skip to content

Commit 4af86cb

Browse files
committed
Update functions.hpp
1 parent bd1d4bc commit 4af86cb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

VCMP-LUA/modules/crypto/include/detail/functions.hpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ This code is written by kerukuro and released into public domain.
55
#ifndef DIGESTPP_DETAIL_FUNCTIONS_HPP
66
#define DIGESTPP_DETAIL_FUNCTIONS_HPP
77

8+
#include <cstdint>
9+
#include <array>
10+
#include <string>
11+
812
namespace digestpp
913
{
1014
namespace detail

0 commit comments

Comments
 (0)