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