Skip to content

Commit

Permalink
Small fixes to make main head compile again.
Browse files Browse the repository at this point in the history
  • Loading branch information
gulrak committed Feb 6, 2025
1 parent 6d82350 commit 5e70e2d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions external/rlguipp/rlguipp4.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ extern "C" {
#include <cstring>
#include <initializer_list>
#include <string>
#include <cstdint>

#ifdef PLATFORM_WEB
#include <emscripten/emscripten.h>
Expand Down
1 change: 1 addition & 0 deletions src/stylemanager.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
#include <algorithm>
#include <string>
#include <vector>
#include <cstdint>

enum class Style {
BORDER_COLOR_NORMAL,
Expand Down
1 change: 1 addition & 0 deletions tools/fontgenerator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
#include <fstream>
#include <string>
#include <cstring>
#include <cstdint>

int main(int argc, char* argv[])
{
Expand Down
1 change: 1 addition & 0 deletions tools/icongenerator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
#include <fstream>
#include <string>
#include <vector>
#include <cstdint>

#if (defined(__APPLE__) && defined(__MACH__))
#include <sys/stat.h>
Expand Down

0 comments on commit 5e70e2d

Please sign in to comment.