From 07fbcde7366ffbcb4db28416cf4dbaef025d63d3 Mon Sep 17 00:00:00 2001 From: Alex Cunningham Date: Wed, 20 Oct 2010 09:17:43 +0000 Subject: [PATCH] Added include for linux compatibility --- base/DenseQRUtil.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/base/DenseQRUtil.cpp b/base/DenseQRUtil.cpp index 7e35228c0..9f142b2b3 100644 --- a/base/DenseQRUtil.cpp +++ b/base/DenseQRUtil.cpp @@ -17,6 +17,8 @@ * Description: the utility functions for DenseQR */ +#include + #include #include #include