diff --git a/openair2/RRC/LITE/defs.h b/openair2/RRC/LITE/defs.h
index 0b0fd6b73fa73097e1fd3e385d1d015254986aa3..47f8a0080adf5311a20c92d9c21312e64dbcd764 100644
--- a/openair2/RRC/LITE/defs.h
+++ b/openair2/RRC/LITE/defs.h
@@ -102,6 +102,14 @@
 # include "intertask_interface.h"
 #endif
 
+/* TODO: be sure this include is correct.
+ * It solves a problem of compilation of the RRH GW,
+ * issue #186.
+ */
+#if !defined(ENABLE_ITTI)
+# include "as_message.h"
+#endif
+
 #if defined(ENABLE_USE_MME)
 # include "commonDef.h"
 #endif