From bab2179febe6d9f94ccdb36213a8e94a18b18bc1 Mon Sep 17 00:00:00 2001 From: Aaron <aaronquinlan@gmail.com> Date: Mon, 29 Oct 2012 11:35:55 -0400 Subject: [PATCH] missing include --- src/utils/chromsweep/chromsweep.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/utils/chromsweep/chromsweep.h b/src/utils/chromsweep/chromsweep.h index 7f19584e..7ca2bd66 100644 --- a/src/utils/chromsweep/chromsweep.h +++ b/src/utils/chromsweep/chromsweep.h @@ -14,6 +14,7 @@ #include "bedFile.h" #include <vector> +#include <list> #include <queue> #include <iostream> #include <fstream> -- GitLab