From 2fe22eeab514fce4ec4aa44ab589704461b5bcda Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Thu, 29 Feb 2024 03:09:00 +0100 Subject: [PATCH] Fix header include, potential fix for #9649 --- libs/pbd/file_archive.cc | 2 -- libs/pbd/pbd/file_archive.h | 2 ++ 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/libs/pbd/file_archive.cc b/libs/pbd/file_archive.cc index 1522edf955..122d22b6d9 100644 --- a/libs/pbd/file_archive.cc +++ b/libs/pbd/file_archive.cc @@ -31,8 +31,6 @@ #include "pbd/gstdio_compat.h" #include -#include -#include #include #include "pbd/failed_constructor.h" diff --git a/libs/pbd/pbd/file_archive.h b/libs/pbd/pbd/file_archive.h index 765fa0c635..e5107be2d6 100644 --- a/libs/pbd/pbd/file_archive.h +++ b/libs/pbd/pbd/file_archive.h @@ -20,6 +20,8 @@ #include +#include +#include #include #include "pbd/signals.h"