Skip to content

Commit

Permalink
Update encoder/basisu_enc.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: Derek Schuff <[email protected]>
  • Loading branch information
walkingeyerobot and dschuff authored Oct 7, 2022
1 parent 53372fc commit 18b4868
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion encoder/basisu_enc.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ namespace basisu
{
QueryPerformanceFrequency(reinterpret_cast<LARGE_INTEGER*>(pTicks));
}
#elif defined(__APPLE__) || defined(__FreeBSD__) || defined(__OpenBSD__) || defined(__wasm__)
#elif defined(__APPLE__) || defined(__FreeBSD__) || defined(__OpenBSD__) || defined(__EMSCRIPTEN__)
#include <sys/time.h>
inline void query_counter(timer_ticks* pTicks)
{
Expand Down

0 comments on commit 18b4868

Please sign in to comment.