Skip to content

Commit

Permalink
ReBarState: Fix Linux build
Browse files Browse the repository at this point in the history
  • Loading branch information
xCuri0 committed May 14, 2023
1 parent 4882944 commit a61465b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ReBarState/ReBarState.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ SPDX-License-Identifier: MIT
#include <iostream>
#include <string>
#include <cmath>
#include <cstdint>

#ifdef _MSC_VER
#include <Windows.h>
Expand Down Expand Up @@ -203,4 +204,4 @@ int main()
exit:
#endif
return ret;
}
}

0 comments on commit a61465b

Please sign in to comment.