commit | cb425e83e43bf25997fd978ff4745aceb7b108f9 | [log] [tgz] |
---|---|---|
author | Davide Pesavento <davidepesa@gmail.com> | Sun Jul 14 21:48:22 2019 -0400 |
committer | Davide Pesavento <davidepesa@gmail.com> | Thu Jul 18 11:07:40 2019 -0400 |
tree | 8f6c3c9207798fbcac57a645b92a7a9a19557bf1 | |
parent | d214881326377eb850b53c83fed741003ab47e6a [diff] [blame] |
face: move common declarations to face-common.hpp Change-Id: I0e3e7a93f0693b0e24ca67493a4229987e792ef4
diff --git a/tests/daemon/face/channel-fixture.hpp b/tests/daemon/face/channel-fixture.hpp index 3e13095..2ec7d8a 100644 --- a/tests/daemon/face/channel-fixture.hpp +++ b/tests/daemon/face/channel-fixture.hpp
@@ -27,6 +27,7 @@ #define NFD_TESTS_DAEMON_FACE_CHANNEL_FIXTURE_HPP #include "face/channel.hpp" +#include "face/face.hpp" #include "tests/test-common.hpp" #include "tests/daemon/limited-io.hpp"