summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorDaniel Burrows <Daniel Burrows Daniel_Burrows@alumni.brown.edu>2010-06-18 19:33:18 -0700
committerDaniel Burrows <Daniel Burrows Daniel_Burrows@alumni.brown.edu>2010-06-18 19:33:18 -0700
commit37032bb45e9d5b4e9821f096bcdafe59c193417b (patch)
tree730f5497e253cc07e5eb24b896365a5067897fa5 /tests
parent64a8465d21a29964fe1ad9bcacd8adbbfff94a2c (diff)
downloadaptitude-37032bb45e9d5b4e9821f096bcdafe59c193417b.tar.gz
Explicitly include gmock/gtest -- they should be picked up by another include file, but I prefer listing all the dependencies anyway.
Diffstat (limited to 'tests')
-rw-r--r--tests/test_search_input_controller.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/test_search_input_controller.cc b/tests/test_search_input_controller.cc
index 91e84e4e..8b01da0a 100644
--- a/tests/test_search_input_controller.cc
+++ b/tests/test_search_input_controller.cc
@@ -25,6 +25,9 @@
#include <boost/make_shared.hpp>
#include <boost/test/unit_test.hpp>
+#include <gmock/gmock.h>
+#include <gtest/gtest.h>
+
namespace ctrls = gui::controllers;
namespace views = gui::views;
namespace mocks = gui::views::mocks;