Make header files more self-contained - add missing std includes

This commit is contained in:
Mads Kiilerich 2024-10-20 00:46:31 +02:00
parent 8a5f21d8e3
commit 955e634371
28 changed files with 57 additions and 3 deletions

View file

@ -19,6 +19,7 @@
#ifndef __ardour_control_protocol_types_h__
#define __ardour_control_protocol_types_h__
#include <memory>
#include <vector>
namespace ARDOUR {