Skip to content

Commit

Permalink
Some more minor changes
Browse files Browse the repository at this point in the history
(cherry picked from commit 56cf0e85be8249f028f6095b669d4bbeb8002690)
  • Loading branch information
aivve committed May 5, 2024
1 parent e90567e commit 2087d9a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/Platform/Linux/System/Dispatcher.h
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ class Dispatcher {
# else
static const int SIZEOF_PTHREAD_MUTEX_T = 32;
# endif
#elif __aarch64__
#elif defined(__aarch64__)
static const int SIZEOF_PTHREAD_MUTEX_T = 48;
#else
static const int SIZEOF_PTHREAD_MUTEX_T = 24;
Expand Down
1 change: 1 addition & 0 deletions src/Platform/Windows/System/TcpListener.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@

#include <cstdint>
#include <string>
#include <stdexcept>

namespace System {

Expand Down

0 comments on commit 2087d9a

Please sign in to comment.