mirror of https://github.com/ARMmbed/mbed-os.git
Added missing include
parent
f26074c7be
commit
f0eba17ca2
|
|
@ -21,8 +21,6 @@
|
|||
#include "utest.h"
|
||||
#include "dns_tests.h"
|
||||
|
||||
#include "nsapi_dns.h"
|
||||
|
||||
using namespace utest::v1;
|
||||
|
||||
namespace {
|
||||
|
|
|
|||
|
|
@ -16,6 +16,7 @@
|
|||
*/
|
||||
|
||||
#include "mbed.h"
|
||||
#include "nsapi_dns.h"
|
||||
|
||||
#ifndef MULTIHOMING_TESTS_H
|
||||
#define MULTIHOMING_TESTS_H
|
||||
|
|
|
|||
Loading…
Reference in New Issue