From: mikaels Date: Sat, 11 Apr 2009 03:45:39 +0000 (+0000) Subject: Forgot some include statements. X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=c41bbc59762754bb3267188cbb4a3801a4eecf9f;p=bamtools.git Forgot some include statements. git-svn-id: svn+ssh://gene.bc.edu/home/subversion/Derek/BamTools/trunk@12 9efb377e-2e27-44b9-b91a-ec4abb80ed8b --- diff --git a/BamAlignment.h b/BamAlignment.h index 644f875..c69229d 100644 --- a/BamAlignment.h +++ b/BamAlignment.h @@ -7,6 +7,9 @@ #ifndef BAMALIGNMENT_H #define BAMALIGNMENT_H +#include +#include + #ifdef WIN32 typedef char int8_t; typedef unsigned char uint8_t;