Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/llfio.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) <spamtrap@nedprod.com>2016-07-20 10:48:23 +0300
committerNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) <spamtrap@nedprod.com>2016-07-20 10:48:23 +0300
commit1f485e5aea2aa6f37c139fd6dccc94cd5922974e (patch)
tree59079d9db8e7258c38da86712906fe31a2d24d54 /test/test_kernel_decl.hpp
parente65394ef8f07aa0826ba69594d3de6af7e1fd817 (diff)
AFIO is now fully ported over to the new cmake based tooling. It's only taken three weeks :(
Diffstat (limited to 'test/test_kernel_decl.hpp')
-rw-r--r--test/test_kernel_decl.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_kernel_decl.hpp b/test/test_kernel_decl.hpp
index a4b338ef..33d9bc81 100644
--- a/test/test_kernel_decl.hpp
+++ b/test/test_kernel_decl.hpp
@@ -11,7 +11,7 @@ Created: May 2016
#define BOOST_AFIO_TEST_KERNEL_DECL inline
#else
// We are standalone
-#include "boost/afio/afio.hpp"
+#include "../afio/include/boost/afio/afio.hpp"
#define BOOST_AFIO_TEST_KERNEL_DECL extern BOOST_SYMBOL_EXPORT
#endif