use TCP to connect to mbed connector

Fork of mbedConnectorInterfaceWithDM by Doug Anson

Revision:
36:5ec1fdffe40e
Parent:
27:b8aaf7dc7023
Child:
49:c603a22495bb
--- a/mbed-connector-interface/Options.h	Tue Jun 14 19:43:35 2016 +0000
+++ b/mbed-connector-interface/Options.h	Tue Jun 14 19:49:14 2016 +0000
@@ -35,6 +35,7 @@
 // include the resource observer includes here so that they are not required in main.cpp
 #include "mbed-connector-interface/ThreadedResourceObserver.h"
 #include "mbed-connector-interface/TickerResourceObserver.h"
+#include "mbed-connector-interface/MinarResourceObserver.h"
 
 // Vector support
 #include <vector>