Skip to content

Commit

Permalink
fix macos silly actions runner
Browse files Browse the repository at this point in the history
  • Loading branch information
dankmeme01 committed Dec 7, 2023
1 parent 46b2fd2 commit e4db41a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/util/data.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#include "data.hpp"

#include <bit>

#ifdef _MSC_VER
# include <stdlib.h>
# define BSWAP16(val) _byteswap_ushort(val)
Expand Down

0 comments on commit e4db41a

Please sign in to comment.