From a0008ddbb3e0acecad95e18daccdea613130fbbe Mon Sep 17 00:00:00 2001 From: "Pedro F. Ferreira" Date: Sat, 21 Dec 2024 17:30:09 +0100 Subject: [PATCH] Update globals.cpp --- scicone/src/globals.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/scicone/src/globals.cpp b/scicone/src/globals.cpp index 25ca393c..29e4258c 100644 --- a/scicone/src/globals.cpp +++ b/scicone/src/globals.cpp @@ -7,6 +7,7 @@ #include #include +#include using namespace std; extern int print_precision; // the precision for the printed double/float values extern int copy_number_limit; // the limit on max copy number state a region/bin can have