Преглед изворни кода

Fixed a missing header dependency

tevador пре 7 година
родитељ
комит
1a4bde36be
1 измењених фајлова са 1 додато и 0 уклоњено
  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"