Merge pull request #71 from A-lex-Ra/main

again fix msvc sstream error
This commit is contained in:
MihailRis 2023-12-25 11:25:52 +03:00 committed by GitHub
commit ed4d345e77
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,7 +22,7 @@
#include <iostream>
#include <cstdint>
#include <fstream>
#include <iostream>
#include <sstream>
const int SECTION_POSITION = 1;
const int SECTION_ROTATION = 2;