]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/qvm/test/conjugate_test.cpp
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / libs / qvm / test / conjugate_test.cpp
index ca1ac69e44c8aa6fdaf0d2db873fe83e8fa14ec9..c4ab4780a71163e070ebb6ba629dc51e645a7a2c 100644 (file)
@@ -1,10 +1,15 @@
-//Copyright (c) 2008-2016 Emil Dotchevski and Reverge Studios, Inc.
+// Copyright 2008-2022 Emil Dotchevski and Reverge Studios, Inc.
 
-//Distributed under the Boost Software License, Version 1.0. (See accompanying
-//file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
+// Distributed under the Boost Software License, Version 1.0. (See accompanying
+// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
+
+#ifdef BOOST_QVM_TEST_SINGLE_HEADER
+#   include BOOST_QVM_TEST_SINGLE_HEADER
+#else
+#   include <boost/qvm/quat_operations.hpp>
+#   include <boost/qvm/quat.hpp>
+#endif
 
-#include <boost/qvm/quat_operations.hpp>
-#include <boost/qvm/quat.hpp>
 #include "test_qvm_quaternion.hpp"
 #include "gold.hpp"