Skip to content

Commit

Permalink
Merge pull request #45 from mattsarrasin/master
Browse files Browse the repository at this point in the history
Added library declaration to properly compile from source
  • Loading branch information
maplesond authored Jul 21, 2019
2 parents 5e78b35 + 1a077ba commit 4f38167
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/include/portcullis/seq_utils.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@
#pragma once

#include <string>
#include <vector>
using std::string;
using std::vector;

#include <boost/algorithm/string.hpp>
#include <boost/exception/all.hpp>
Expand Down

0 comments on commit 4f38167

Please sign in to comment.