Update IsolationNode to fit new Chip Data File design

Change-Id: I3671585c4ab7a9c6c5f4b05e13782c0ea698ad12
Signed-off-by: Zane Shelley <zshelle@us.ibm.com>
diff --git a/src/hei_includes.hpp b/src/hei_includes.hpp
index 71abb4c..e927074 100644
--- a/src/hei_includes.hpp
+++ b/src/hei_includes.hpp
@@ -11,6 +11,7 @@
 #include <stdint.h>
 #include <stdlib.h>
 
+#include <algorithm>
 #include <map>
 #include <memory>
 #include <vector>
@@ -21,7 +22,7 @@
 #include <hei_user_interface.hpp>
 
 // Common macros used throughout this library
-#define HEI_ASSERT(expression) assert(expression);
+#define HEI_ASSERT(expression) assert(expression)
 
 #define HEI_ERR(...)                                                           \
     {                                                                          \