Add mem_fn header to oalsound.cpp

This commit is contained in:
Dugan Chen 2017-05-22 12:25:28 -07:00 committed by Christoph Oelckers
parent bdfc42182f
commit bc0f9023f6
1 changed files with 1 additions and 0 deletions

View File

@ -39,6 +39,7 @@
#include <dlfcn.h>
#endif
#include <functional>
#include <memory>
#include <chrono>