From 98bb3e8d81271db27b8cf40da82b195499ecc1a9 Mon Sep 17 00:00:00 2001 From: itsmattkc Date: Thu, 18 Jul 2019 11:44:21 -0400 Subject: [PATCH] include qvector in param.h to fix #1039 --- app/node/param.h | 1 + 1 file changed, 1 insertion(+) diff --git a/app/node/param.h b/app/node/param.h index 7d83aef01..eafb32501 100644 --- a/app/node/param.h +++ b/app/node/param.h @@ -23,6 +23,7 @@ #include #include +#include #include "common/rational.h" #include "node/edge.h"