Browse Source

Attempt to fix build without assertions no. 5.

pull/107/head
Vladimír Vondruš 11 years ago
parent
commit
f0b2d1c9c7
  1. 2
      src/Magnum/SceneGraph/Animable.cpp

2
src/Magnum/SceneGraph/Animable.cpp

@ -25,6 +25,8 @@
#include "Animable.h"
#include <Corrade/Utility/Debug.h>
namespace Magnum { namespace SceneGraph {
Debug operator<<(Debug debug, AnimationState value) {

Loading…
Cancel
Save