Skip to content

Commit cfbec1f

Browse files
committed
Include cerrno for errno; fixes clang compilation error
1 parent b3d9724 commit cfbec1f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/audio/sfx_manager.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
#include <pthread.h>
2929
#include <stdexcept>
3030
#include <algorithm>
31+
#include <cerrno>
3132
#include <map>
3233

3334
#include <stdio.h>

0 commit comments

Comments
 (0)