From 099535a1a7118d195d91584d05659e7ee936e422 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Wed, 16 Oct 2013 17:42:31 +0200 Subject: tbf: Move the struct to the tbf.h header file This is the begin of a long march of turning tbf into a C++ class and properly hiding the secrets inside this implementation instead of having it spread across various different files. --- src/gprs_rlcmac_meas.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/gprs_rlcmac_meas.cpp') diff --git a/src/gprs_rlcmac_meas.cpp b/src/gprs_rlcmac_meas.cpp index 75da835a..3229795c 100644 --- a/src/gprs_rlcmac_meas.cpp +++ b/src/gprs_rlcmac_meas.cpp @@ -20,6 +20,7 @@ #include #include #include +#include #include #include -- cgit v1.2.3