From 26af4db82da23364961ebb440efba88846240731 Mon Sep 17 00:00:00 2001 From: Elijah Thomas <42302100+elijah-thomas774@users.noreply.github.com> Date: Wed, 16 Oct 2024 15:36:02 -0400 Subject: update from dtk-template - clangd :) (#66) * update from dtk-template and start work towards using clangd * include -> "a" * Update build.yml * remove/add non-trivial class in union warning --- src/egg/audio/eggAudioSystem.cpp | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/egg/audio/eggAudioSystem.cpp') diff --git a/src/egg/audio/eggAudioSystem.cpp b/src/egg/audio/eggAudioSystem.cpp index 50d8634d..8687eb62 100644 --- a/src/egg/audio/eggAudioSystem.cpp +++ b/src/egg/audio/eggAudioSystem.cpp @@ -1,5 +1,7 @@ -#include -#include +#include "egg/audio/eggAudioSystem.h" + +#include "nw4r/snd/snd_SoundSystem.h" + namespace EGG { -- cgit v1.2.3