Fix include

This commit is contained in:
badaix 2023-01-22 11:45:41 +01:00
parent a5794e5524
commit 4ee11f6475

View file

@ -1,6 +1,6 @@
/***
This file is part of snapcast
Copyright (C) 2014-2022 Johannes Pohl
Copyright (C) 2014-2023 Johannes Pohl
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@ -20,7 +20,7 @@
#include "coreaudio_player.hpp"
// local headers
#include "aixlog.hpp"
#include "common/aixlog.hpp"
// 3rd party headers
#include <CoreAudio/CoreAudio.h>