Update midi_clock_slave.cc

This commit is contained in:
EZ4Stephen 2025-11-19 16:41:02 +04:00 committed by GitHub
parent a39ca52571
commit cc30644d84
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -25,7 +25,9 @@
#include <cmath>
#include <errno.h>
#include <sys/types.h>
#ifdef HAVE_UNISTD_H
#include <unistd.h>
#endif
#include "pbd/error.h"
#include "pbd/failed_constructor.h"
#include "pbd/pthread_utils.h"