Skip to content

Commit

Permalink
Fixes for MSVC build
Browse files Browse the repository at this point in the history
  • Loading branch information
peterix committed Jun 2, 2023
1 parent ad3618b commit 75e32df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion launcher/GZip_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ private
QByteArray compressed;
QByteArray decompressed;
std::default_random_engine eng((std::random_device())());
std::uniform_int_distribution<uint8_t> idis(0, std::numeric_limits<uint8_t>::max());
std::uniform_int_distribution<int> idis(0, std::numeric_limits<uint8_t>::max());

// initialize random buffer
for(int i = 0; i < size; i++)
Expand Down
2 changes: 1 addition & 1 deletion libraries/libnbtplusplus
Submodule libnbtplusplus updated 1 files
+1 −1 CMakeLists.txt

0 comments on commit 75e32df

Please sign in to comment.