1
0
mirror of https://github.com/mfontanini/libtins synced 2026-01-26 12:01:34 +01:00

Include detail/type_traits.h rather than internals.h on pdu_option

This commit is contained in:
Matias Fontanini
2017-04-30 09:40:40 -07:00
parent a3e863942b
commit 1bd0cd504e
4 changed files with 4 additions and 1 deletions

View File

@@ -46,6 +46,7 @@
#include "exceptions.h"
#include "pdu_allocator.h"
#include "memory_helpers.h"
#include "internals.h"
using std::list;
using std::min;