1
0
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:
Matias Fontanini
2017-04-30 10:30:55 -07:00
parent ac69278676
commit c50c4c105c
2 changed files with 2 additions and 2 deletions

View File

@@ -30,7 +30,7 @@
#ifndef TINS_ADDRESS_HELPERS_H
#define TINS_ADDRESS_HELPERS_H
#include "hw_address.h"
#include "../hw_address.h"
/**
* \cond

View File

@@ -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