Skip to content

Commit 4e74744

Browse files
committed
Added SEQ definition
1 parent 2f69309 commit 4e74744

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Sequence.h

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
#ifndef SEQ
2+
#define SEQ
3+
14
#include <string>
25
#include <algorithm>
36
#include "nthash.hpp"
@@ -31,3 +34,5 @@ namespace std
3134
}
3235
};
3336
}
37+
38+
#endif

0 commit comments

Comments
 (0)