Make header files more self-contained - add missing Ardour and lib includes

This commit is contained in:
Mads Kiilerich
2024-10-19 15:54:24 +02:00
parent 955e634371
commit b4ff4f356c
79 changed files with 167 additions and 16 deletions

View File

@@ -20,6 +20,8 @@
#ifndef PBD_ATOMIC_COUNTER_H
#define PBD_ATOMIC_COUNTER_H
#include "pbd/atomic.h"
#include <atomic>
#include <glib.h>

View File

@@ -18,6 +18,8 @@
#pragma once
#include "pbd/property_basics.h"
namespace PBD {
template<typename T>

View File

@@ -18,6 +18,8 @@
#pragma once
#include <unistd.h>
namespace PBD {
struct ScopedFileDescriptor {