Skip to content

Commit

Permalink
Added missing header file
Browse files Browse the repository at this point in the history
  • Loading branch information
Knute Lingaard authored and timsnyder committed May 16, 2023
1 parent 14298aa commit 8f1f9f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sparta/simdb/include/simdb/utils/MathUtils.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
#include <cinttypes>
#include <limits>
#include <random>
#include <time.h>

namespace simdb {
namespace utils {
Expand Down Expand Up @@ -59,4 +60,3 @@ chooseRand()

} // namespace utils
} // namespace simdb

0 comments on commit 8f1f9f6

Please sign in to comment.