commit | 195088519b79a9164f29d43a9d6c3d5405001de4 | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Wed Jan 29 01:01:51 2014 -0800 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Wed Jan 29 10:28:39 2014 -0800 |
tree | dd5936b821633335bd8580d77332afcf7e995ba5 | |
parent | 09c613f7826ad1089258e562d21b6a7780369c3e [diff] [blame] |
build+src: Updating common.hpp to import (std|boost)::(shared_ptr|function|...) into ndn namespace Also fixing a small bug in wscript. Change-Id: I8f20caa177cc015b7433d1ecd3db385f533437c6
diff --git a/src/util/time.hpp b/src/util/time.hpp index 8f110a9..82d59e9 100644 --- a/src/util/time.hpp +++ b/src/util/time.hpp
@@ -8,7 +8,7 @@ #ifndef NDN_TIME_HPP #define NDN_TIME_HPP -#include "common.hpp" +#include "../common.hpp" #include <boost/date_time/posix_time/posix_time.hpp> namespace ndn {