Skip to content

Commit

Permalink
Merge pull request #71 from A-lex-Ra/main
Browse files Browse the repository at this point in the history
again fix msvc sstream error
  • Loading branch information
MihailRis authored Dec 25, 2023
2 parents acce49f + 06aa602 commit ed4d345
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/files/WorldFiles.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
#include <iostream>
#include <cstdint>
#include <fstream>
#include <iostream>
#include <sstream>

const int SECTION_POSITION = 1;
const int SECTION_ROTATION = 2;
Expand Down

0 comments on commit ed4d345

Please sign in to comment.