2
0
mirror of https://github.com/boostorg/bimap.git synced 2026-01-19 04:02:10 +00:00

Fix relative includes

This commit is contained in:
Peter Dimov
2024-09-22 18:25:01 +03:00
parent 5ed038cfbe
commit 856f5b3651
5 changed files with 7 additions and 7 deletions

View File

@@ -27,7 +27,7 @@
#include <boost/bimap/bimap.hpp>
#include <boost/bimap/unordered_set_of.hpp>
#include <strong_type.hpp>
#include "strong_type.hpp"
int test_bimap_info()
{

View File

@@ -29,7 +29,7 @@
#include <boost/bimap/vector_of.hpp>
#include <boost/bimap/unconstrained_set_of.hpp>
#include <strong_type.hpp>
#include "strong_type.hpp"
void test_bimap_operator_bracket()
{

View File

@@ -38,8 +38,8 @@
// bimap container
#include <boost/bimap/bimap.hpp>
#include <strong_type.hpp>
#include <test_bimap.hpp>
#include "strong_type.hpp"
#include "test_bimap.hpp"
struct left_tag {};
struct right_tag {};

View File

@@ -37,7 +37,7 @@
#include <boost/bimap/bimap.hpp>
#include <boost/bimap/support/lambda.hpp>
#include <test_bimap.hpp>
#include "test_bimap.hpp"
struct left_tag {};
struct right_tag {};

View File

@@ -35,8 +35,8 @@
// bimap container
#include <boost/bimap/bimap.hpp>
#include <strong_type.hpp>
#include <test_bimap.hpp>
#include "strong_type.hpp"
#include "test_bimap.hpp"
struct left_tag {};
struct right_tag {};