Skip to content

Commit

Permalink
fix int include (#339)
Browse files Browse the repository at this point in the history
  • Loading branch information
ckrause authored Sep 7, 2024
1 parent 25fffae commit bd94ffe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions src/math/big_number.hpp
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
#pragma once

#include <stdlib.h>

#include <array>
#include <cstdint>
#include <iostream>

class BigNumber {
Expand Down
3 changes: 1 addition & 2 deletions src/math/number.hpp
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
#pragma once

#include <stdlib.h>

#include <algorithm>
#include <cstdint>
#include <limits>
#include <random>

Expand Down

0 comments on commit bd94ffe

Please sign in to comment.