Explorar el Código

Fixed a missing header dependency

tevador hace 7 años
padre
commit
1a4bde36be
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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"