mirror of
https://github.com/mfontanini/libtins
synced 2026-01-26 20:01:35 +01:00
12
src/dns.cpp
12
src/dns.cpp
@@ -29,12 +29,12 @@
|
||||
|
||||
#include <utility>
|
||||
#include <cstdio>
|
||||
#include "dns.h"
|
||||
#include "ip_address.h"
|
||||
#include "ipv6_address.h"
|
||||
#include "exceptions.h"
|
||||
#include "endianness.h"
|
||||
#include "memory_helpers.h"
|
||||
#include <tins/dns.h>
|
||||
#include <tins/ip_address.h>
|
||||
#include <tins/ipv6_address.h>
|
||||
#include <tins/exceptions.h>
|
||||
#include <tins/endianness.h>
|
||||
#include <tins/memory_helpers.h>
|
||||
|
||||
using std::string;
|
||||
using std::memcpy;
|
||||
|
||||
Reference in New Issue
Block a user