Fixed a missing header dependency

This commit is contained in:
tevador 2019-04-30 21:33:02 +02:00
parent 60d1fa2407
commit 1a4bde36be
1 changed files with 1 additions and 0 deletions

View File

@ -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"