Skip to content

Commit

Permalink
MSVC build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
MihailRis committed Dec 22, 2023
1 parent ae74fb2 commit 19c04c8
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 @@ -20,9 +20,9 @@

#include <cassert>
#include <iostream>
#include <sstream>
#include <cstdint>
#include <fstream>
#include <iostream>

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

0 comments on commit 19c04c8

Please sign in to comment.