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 5311b562aa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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"