Skip to content
Snippets Groups Projects
Commit 4f74da50 authored by Aaron's avatar Aaron
Browse files

Missing include.

parent f8d62267
No related branches found
No related tags found
No related merge requests found
......@@ -19,6 +19,7 @@
#include <fstream>
#include <cstring>
#include <cstdio>
#include <algorithm> // for bsearch lower_bound()
#include "api/BamReader.h"
#include "api/BamAux.h"
using namespace BamTools;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment