commit | 0c39537a220815a1423d772304521511eb91687b | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Sat Dec 20 15:54:02 2014 -0800 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Thu Jan 01 17:30:46 2015 -0800 |
tree | 18024c73339597aa3d7a9ba40a4d31afd04e9481 | |
parent | 60c046258faa31fa8a34a832df3df78b74fb9edb [diff] [blame] |
build: Fixing of includes
diff --git a/apps/ndn-consumer-batches.hpp b/apps/ndn-consumer-batches.hpp index 2871bf2..979108e 100644 --- a/apps/ndn-consumer-batches.hpp +++ b/apps/ndn-consumer-batches.hpp
@@ -21,9 +21,9 @@ #ifndef NDN_CONSUMER_BATCHES_H #define NDN_CONSUMER_BATCHES_H -#include "ndn-consumer.h" +#include "ndn-consumer.hpp" #include "ns3/traced-value.h" -#include "../utils/batches.h" +#include "../utils/batches.hpp" namespace ns3 { namespace ndn {