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:
@@ -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()
|
||||
{
|
||||
|
||||
@@ -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()
|
||||
{
|
||||
|
||||
@@ -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 {};
|
||||
|
||||
@@ -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 {};
|
||||
|
||||
@@ -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 {};
|
||||
|
||||
Reference in New Issue
Block a user