Skip to content

Commit

Permalink
Fix build errors on linux
Browse files Browse the repository at this point in the history
  • Loading branch information
kavika13 committed Mar 11, 2024
1 parent c754100 commit 80d4c52
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions Source/Internal/stopwatch.h
Expand Up @@ -22,6 +22,7 @@
//-----------------------------------------------------------------------------
#pragma once

#include <cstdint>
#include <string>

void BusyWaitMilliseconds(uint32_t how_many);
Expand Down
2 changes: 2 additions & 0 deletions Source/Network/asnetwork.h
Expand Up @@ -27,6 +27,8 @@
#include <SDL_net.h>

#include <map>
#include <string>
#include <vector>

#define SOCKET_ID_INVALID 0xFFFFFFFF

Expand Down
1 change: 1 addition & 0 deletions Source/Utility/waveform_obj_serializer.h
Expand Up @@ -23,6 +23,7 @@
//-----------------------------------------------------------------------------
#pragma once

#include <cstdint>
#include <string>
#include <vector>

Expand Down

0 comments on commit 80d4c52

Please sign in to comment.