Commit 3ba5dd3d authored by Haowen Zhang's avatar Haowen Zhang
Browse files

Use cinttype header to fix bioconda build.

parent b1100347
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2,8 +2,8 @@
#define OUTPUTTOOLS_H_

#include <assert.h>
#include <inttypes.h>

#include <cinttypes>
#include <cstring>
#include <functional>
#include <iostream>