Added missing include

pull/11535/head
Antti Kauppila 2019-09-30 14:50:26 +03:00
parent f26074c7be
commit f0eba17ca2
2 changed files with 1 additions and 2 deletions

View File

@ -21,8 +21,6 @@
#include "utest.h"
#include "dns_tests.h"
#include "nsapi_dns.h"
using namespace utest::v1;
namespace {

View File

@ -16,6 +16,7 @@
*/
#include "mbed.h"
#include "nsapi_dns.h"
#ifndef MULTIHOMING_TESTS_H
#define MULTIHOMING_TESTS_H