summaryrefslogtreecommitdiffstats
path: root/tests/queue_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/queue_test.cpp')
-rw-r--r--tests/queue_test.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/queue_test.cpp b/tests/queue_test.cpp
index d299995..dc9928d 100644
--- a/tests/queue_test.cpp
+++ b/tests/queue_test.cpp
@@ -3,7 +3,8 @@
#include "raul/SRSWQueue.h"
#include "raul/SRMWQueue.h"
-using std::string; using std::cerr; using std::cout; using std::endl;
+using namespace std;
+using namespace Raul;
int main()