Skip to content

Commit

Permalink
Merge pull request #94 from cpockrandt/master_new
Browse files Browse the repository at this point in the history
[FIX] Missing include
  • Loading branch information
alekseyzimin authored May 28, 2022
2 parents f88a518 + 9b6b61d commit ab97605
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/classify.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@
* along with Kraken. If not, see <http://www.gnu.org/licenses/>.
*/

#define __STDC_FORMAT_MACROS 1 // for PRIu64, etc.

#include "kraken_headers.hpp"
#include "krakendb.hpp"
#include "krakenutil.hpp"
Expand All @@ -31,6 +33,7 @@
#include <inttypes.h>
#include <cassert>
#include <cstdio>
#include <inttypes.h>

const size_t DEF_WORK_UNIT_SIZE = 500000;
int New_taxid_start = 1000000000;
Expand Down

0 comments on commit ab97605

Please sign in to comment.