aboutsummaryrefslogtreecommitdiffstats
path: root/Transceiver52M
diff options
context:
space:
mode:
authorAlexander Chemeris <Alexander.Chemeris@gmail.com>2013-06-24 01:57:31 +0400
committerAlexander Chemeris <Alexander.Chemeris@gmail.com>2013-06-24 01:57:31 +0400
commitf86aa2c923d8aafa582e328b48805796089f8cb2 (patch)
tree1db965d1e00d43884c9b42d56aa3c23764a681f5 /Transceiver52M
parent48f8fb34aadc9872f95805ba3f1d2ca3b39b3327 (diff)
Transceiver52M: Fix build in the new repository.
Diffstat (limited to 'Transceiver52M')
-rw-r--r--Transceiver52M/DriveLoop.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/Transceiver52M/DriveLoop.cpp b/Transceiver52M/DriveLoop.cpp
index cd84d03..1b1ad01 100644
--- a/Transceiver52M/DriveLoop.cpp
+++ b/Transceiver52M/DriveLoop.cpp
@@ -25,6 +25,8 @@
#include "DriveLoop.h"
#include <Logger.h>
+using namespace GSM;
+
DriveLoop::DriveLoop(int wBasePort, const char *TRXAddress,
RadioInterface *wRadioInterface,
int wChanM, int wC0, int wSamplesPerSymbol,