From 1349880611a3725ecc50509180a95aa2f17c56f8 Mon Sep 17 00:00:00 2001 From: Robert O'Bara Date: Thu, 2 Aug 2018 17:47:38 -0400 Subject: [PATCH] BUG: Fixing Ubuntu Compile Issue Needed to add include file in order to build on Ubuntu 16.04 --- smtk/common/TypeName.h | 1 + 1 file changed, 1 insertion(+) diff --git a/smtk/common/TypeName.h b/smtk/common/TypeName.h index 1b76db0b57..d008cfe3af 100644 --- a/smtk/common/TypeName.h +++ b/smtk/common/TypeName.h @@ -12,6 +12,7 @@ #define smtk_common_TypeName_h #include +#include namespace smtk { -- GitLab