Skip to content

Commit

Permalink
[FIX, MISC] Fix include errors and apply reviews
Browse files Browse the repository at this point in the history
Signed-off-by: Lydia Buntrock <[email protected]>
  • Loading branch information
Irallia committed Feb 22, 2021
1 parent ccb013d commit 8eb829e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion include/variant_parser/variant_record.hpp
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
#pragma once

#include <seqan3/io/stream/concept.hpp>
#include <fstream>
#include <map>
#include <vector>

#include <seqan3/io/stream/concept.hpp>

/*
* An info field looks as follows:
Expand Down

0 comments on commit 8eb829e

Please sign in to comment.