Add include for mbed.h in tests main file

feature-secure-time
Michael Schwarcz 2018-10-24 18:08:46 +03:00 committed by Cruz Monrreal II
parent bdf2055144
commit 4174cb37d9
1 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@
* limitations under the License.
*/
#include "mbed.h"
#include "secure_time_utils.h"
#include "greentea-client/test_env.h"
#include "unity.h"