Fixed a missing header dependency

random_wow
tevador 5 years ago
parent 60d1fa2407
commit 1a4bde36be

@ -21,6 +21,7 @@ along with RandomX. If not, see<http://www.gnu.org/licenses/>.
#include <cstdint>
#include <iostream>
#include <climits>
#include "blake2/endian.h"
#include "configuration.h"
#include "randomx.h"

Loading…
Cancel
Save