mirror of
https://github.com/mfontanini/libtins
synced 2026-01-23 02:35:57 +01:00
Add relative includes on detail headers
This commit is contained in:
@@ -30,7 +30,7 @@
|
||||
#ifndef TINS_ADDRESS_HELPERS_H
|
||||
#define TINS_ADDRESS_HELPERS_H
|
||||
|
||||
#include "hw_address.h"
|
||||
#include "../hw_address.h"
|
||||
|
||||
/**
|
||||
* \cond
|
||||
|
||||
@@ -31,7 +31,7 @@
|
||||
#define TINS_TYPE_TRAITS_H
|
||||
|
||||
#include <stdint.h>
|
||||
#include "cxxstd.h"
|
||||
#include "../cxxstd.h"
|
||||
#if TINS_IS_CXX11
|
||||
#include <type_traits>
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user