Doug Anson / mbedConnectorInterface

Dependents:   IoT_LED_demo ServoTest uWater_Project hackathon ... more

Revision:
35:f12e61aaf004
Parent:
34:03a8cc428b8b
--- a/api/TaskletResourceObserver.h	Wed Apr 08 21:18:51 2015 +0000
+++ b/api/TaskletResourceObserver.h	Wed Apr 08 23:03:39 2015 +0000
@@ -23,6 +23,12 @@
 #ifndef __TASKLET_RESOURCE_OBSERVER_H__
 #define __TASKLET_RESOURCE_OBSERVER_H__
 
+// mbed support
+#include "mbed.h"
+
+// mbedConnectorInterface configuration
+#include "mbedConnectorInterface.h"
+
 // Base class support
 #include "ResourceObserver.h"