diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2014-04-17 20:19:56 +0200 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2014-04-17 20:19:56 +0200 |
commit | 5f9e7bc673025ffdc953d254be0d0c65c70ee908 (patch) | |
tree | 05c023814851e2135e22a98c676115d67334f664 /src/utils.cpp | |
parent | dd428769ba5587e913cb2d768e2bca4b70f98c5d (diff) | |
download | dabmux-5f9e7bc673025ffdc953d254be0d0c65c70ee908.tar.gz dabmux-5f9e7bc673025ffdc953d254be0d0c65c70ee908.tar.bz2 dabmux-5f9e7bc673025ffdc953d254be0d0c65c70ee908.zip |
Remove using directives from .h files
Diffstat (limited to 'src/utils.cpp')
-rw-r--r-- | src/utils.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/utils.cpp b/src/utils.cpp index 5d67595..d81ec71 100644 --- a/src/utils.cpp +++ b/src/utils.cpp @@ -27,6 +27,7 @@ #include "DabMux.h" #include "utils.h" +using namespace std; time_t getDabTime() { |