]> ruin.nu Git - germs.git/blobdiff - src/sortaction.h
Check for TR1 or Boost
[germs.git] / src / sortaction.h
index ec9a023710961ee0978651fe46f1520d6d18039d..a99f786988b88a9cb238fc77122fb6a14aa5d4f2 100644 (file)
@@ -21,7 +21,7 @@
 #ifndef __SORTACTION_H__
 #define __SORTACTION_H__
 
-#include <tr1/memory>
+#include "shared_ptr.h"
 #include <string>
 class GeneOrder;
 
@@ -58,7 +58,7 @@ class SortActionImpl{
  */
 class SortAction{
        public:
-               typedef std::tr1::shared_ptr<SortActionImpl> ActionPointer;
+               typedef shared_ptr<SortActionImpl> ActionPointer;
 
                /**
                 * Creates a new sort action, given a specified action.