From 90696b8887c26f8d6dcadfabc4793ec8d1328b4e Mon Sep 17 00:00:00 2001 From: Patrick LeBlanc Date: Thu, 11 Jul 2019 11:46:47 -0500 Subject: [PATCH] Appears that the U18 version of boost needs an explicit include of scoped_ptr --- src/Synchronizer.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Synchronizer.h b/src/Synchronizer.h index bbc01678b..d4b19ab57 100755 --- a/src/Synchronizer.h +++ b/src/Synchronizer.h @@ -8,6 +8,7 @@ #include #include #include +#include #include "SMLogging.h" #include "Replicator.h"