From f589aedcfe8a15324ef698bcebdd7393b553c7f0 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Thu, 4 May 2023 20:57:33 +0200 Subject: [PATCH] Fix Windows builds (pthread_t) --- libs/ardour/control_protocol_manager.cc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libs/ardour/control_protocol_manager.cc b/libs/ardour/control_protocol_manager.cc index f10b58f608..b316abc0f6 100644 --- a/libs/ardour/control_protocol_manager.cc +++ b/libs/ardour/control_protocol_manager.cc @@ -22,6 +22,8 @@ */ #ifdef HAVE_USB +#include "pbd/pthread_utils.h" + #include /* ControlProtocolManager is a singleton, so we can use static * here. This has the advantage that libusb.h does not need