Merge pull request #4266 from jbeich/freebsd

gcadapter: unbreak build on FreeBSD
This commit is contained in:
bunnei 2020-07-08 16:30:26 -04:00 committed by GitHub
commit b84af2cd28
3 changed files with 48 additions and 2 deletions

View file

@ -7,6 +7,7 @@
#include <functional>
#include <mutex>
#include <thread>
#include <unordered_map>
#include <libusb.h>
#include "common/common_types.h"
#include "common/threadsafe_queue.h"