Skip to content

Commit

Permalink
[ci] Fix wrong include guard
Browse files Browse the repository at this point in the history
  • Loading branch information
jcelerier committed May 20, 2024
1 parent 5afcd2f commit 15cd40c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/ossia/audio/alsa_protocol.hpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#pragma once
#if __has_include(<alsa/asoundlib.h>) &&__has_include(<zita-alsa-pcmi.h>) && !defined(__EMSCRIPTEN__)
#if __has_include( \
<alsa/asoundlib.h>) && __has_include(<zita-alsa-pcmi-ardour.h>) && !defined(__EMSCRIPTEN__)

#include <ossia/audio/audio_engine.hpp>
#include <ossia/dataflow/float_to_sample.hpp>
Expand Down

0 comments on commit 15cd40c

Please sign in to comment.