Fixing include path to compile with modularized source tree.

[SVN r49685]
This commit is contained in:
Michael A. Jackson 2008-11-11 17:22:34 +00:00
parent 53f6d10652
commit 57124703f9

View File

@ -7,6 +7,6 @@
#ifndef BOOST_SWAP_HPP #ifndef BOOST_SWAP_HPP
#define BOOST_SWAP_HPP #define BOOST_SWAP_HPP
#include "./utility/swap.hpp" #include "boost/utility/swap.hpp"
#endif #endif