Skip to content

Commit

Permalink
Fix issues on some compilers
Browse files Browse the repository at this point in the history
  • Loading branch information
Frederic Perez committed Oct 4, 2023
1 parent 6982df5 commit 441cdea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/Particles/Particle.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
#include <cstring>
#include <iostream>
#include <vector>
#include <cstdint>

class Particles;

Expand Down
2 changes: 1 addition & 1 deletion src/Tools/Tools.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

#include <csignal>
#include <cstdlib>

#include <cstdint>
#include <iostream>
#include <sstream>

Expand Down

0 comments on commit 441cdea

Please sign in to comment.