diff options
Diffstat (limited to 'boost/core/ref.hpp')
-rw-r--r-- | boost/core/ref.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/boost/core/ref.hpp b/boost/core/ref.hpp index 47dc858007..7d768ffc75 100644 --- a/boost/core/ref.hpp +++ b/boost/core/ref.hpp @@ -8,8 +8,8 @@ #endif #include <boost/config.hpp> -#include <boost/utility/addressof.hpp> -#include <boost/detail/workaround.hpp> +#include <boost/config/workaround.hpp> +#include <boost/core/addressof.hpp> // // ref.hpp - ref/cref, useful helper functions |