Browse Source

Audio: Fix Playable.h not included in PlayableGroup.h.

When PlayableGroup.h is used without Playable.h, the compiler spits out a
very unintuitive error message, which would probably confuse unfamiliar
users.
This change fixes that error message appearing.

Signed-off-by: Squareys <Squareys@googlemail.com>
pull/116/head
Squareys 11 years ago
parent
commit
9f9fc723dc
  1. 1
      src/Magnum/Audio/PlayableGroup.h

1
src/Magnum/Audio/PlayableGroup.h

@ -39,6 +39,7 @@
#include <Magnum/SceneGraph/FeatureGroup.h>
#include "Magnum/Audio/Audio.h"
#include "Magnum/Audio/Playable.h"
#include "Magnum/Audio/Source.h"
#include "Magnum/Audio/visibility.h"

Loading…
Cancel
Save