Skip to content

Commit 821b195

Browse files
Update load_particle.hpp
1 parent d37e707 commit 821b195

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

src/io/load_particle.hpp

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,10 @@
1313

1414
#include "struct/particle.h"
1515
#include "floatdef.h"
16-
#include <ifstream>
16+
#include <fstream>
17+
#include <string>
18+
#include <vector>
19+
1720

1821
std::vector<Particle> LoadParticlesFromFile(const std::string& filename)
1922
{

0 commit comments

Comments
 (0)