Make everything compile
diff --git a/helper/ccnx-decoding-helper.h b/helper/ccnx-decoding-helper.h
index 375a57a..2e41769 100644
--- a/helper/ccnx-decoding-helper.h
+++ b/helper/ccnx-decoding-helper.h
@@ -21,6 +21,9 @@
 #ifndef _CCNX_DECODING_HELPER_H_
 #define _CCNX_DECODING_HELPER_H_
 
+#include <cstring>
+#include "ns3/buffer.h"
+
 namespace ns3 {
 
 class CcnxInterestHeader;