Fix compilation on macOS (#1132)

This commit is contained in:
ns6089
2023-04-06 04:54:49 +03:00
committed by GitHub
parent 809d7f9d0e
commit 290c9b3e20

View File

@@ -3,6 +3,7 @@
#ifndef SUNSHINE_THREAD_SAFE_H
#define SUNSHINE_THREAD_SAFE_H
#include <array>
#include <atomic>
#include <condition_variable>
#include <functional>