]> git.donarmstrong.com Git - lilypond.git/blobdiff - flower/assoc.hh
release: 0.0.5
[lilypond.git] / flower / assoc.hh
index 84a54c9a72bb4a61fc86e3da89adff02130973a3..24099856688d920bf7b1f776bc922215e6ee4426 100644 (file)
@@ -2,6 +2,7 @@
 #define ASSOC_HH
 
 #include "vray.hh"
+#include <assert.h>
 
 template<class K,class V>
 struct Assoc_ent_ {
@@ -72,4 +73,5 @@ public:
 };
 /** mindblowingly stupid Associative array implementation
  */
+
 #endif