Skip to content

Commit

Permalink
bug fix for ThreadPool
Browse files Browse the repository at this point in the history
  • Loading branch information
walaj committed Aug 6, 2017
1 parent 4a0f8c5 commit 8c22fbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SeqLib/ThreadPool.h
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#ifndef SEQLIB_THREAD_POOL_H
#define SEQLIB_THREAD_POOL_H

#include <stdexcept>
#include "SeqLib/BamWalker.h"

#include "htslib/thread_pool.h"

namespace SeqLib{
Expand Down

0 comments on commit 8c22fbc

Please sign in to comment.