From a5ba3b013233bb698140b311baf947f140e79246 Mon Sep 17 00:00:00 2001 From: Eric Friedman Date: Tue, 11 Feb 2003 09:16:15 +0000 Subject: [PATCH] Added missing detail/workaround.hpp #include. [SVN r951] --- include/boost/optional.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/include/boost/optional.hpp b/include/boost/optional.hpp index 1a82a64..1c519be 100644 --- a/include/boost/optional.hpp +++ b/include/boost/optional.hpp @@ -21,6 +21,7 @@ #include #include "boost/config.hpp" +#include "boost/detail/workaround.hpp" #include "boost/assert.hpp" #include "boost/type_traits/alignment_of.hpp" #include "boost/type_traits/type_with_alignment.hpp"