From 6f001d8792fefe35d8903b3356d0ad3e0f330f8e Mon Sep 17 00:00:00 2001 From: Kai Bao Date: Fri, 24 Jun 2022 00:30:55 +0200 Subject: [PATCH] adding includes files to test_components But many components do not have the criticalVolume and acentricFactor defined. So test_components does not compile. --- tests/test_components.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/test_components.cpp b/tests/test_components.cpp index 248842f56..a62bc9be1 100644 --- a/tests/test_components.cpp +++ b/tests/test_components.cpp @@ -53,6 +53,9 @@ #include #include #include +#include +#include +#include #include