Przeglądaj źródła

Fixed a missing header dependency

tevador 7 lat temu
rodzic
commit
1a4bde36be
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1 0
      src/common.hpp

+ 1 - 0
src/common.hpp

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