fix problems with motif changes not showing up in sequencebrowser
[mussa.git] / alg / annotation_colors.hpp
index eaabc1784635f84725c74d832c37d42df909be2a..50c738b6867cc3092cf2c34dd6dd5d64dd3c9b9a 100644 (file)
@@ -4,6 +4,8 @@
 #include <map>
 #include <string>
 
+#include <boost/shared_ptr.hpp>
+
 #include "color.hpp"
 #include "sequence.hpp"
 
@@ -24,6 +26,9 @@ struct DefaultColorMap
   color_map_type cm;
 };
 
+class AnnotationColors;
+typedef boost::shared_ptr<AnnotationColors> AnnotationColorsRef;
+
 class AnnotationColors
 {
 public: