1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2025-01-28 09:54:51 +00:00

Fast workaround of a compilaton crash if gperftools is not installed

git-svn-id: https://svn.code.sf.net/p/gnss-sdr/code/trunk@417 64b25241-fba3-4117-9849-534c7e92360d
This commit is contained in:
Carles Fernandez 2013-09-02 21:30:00 +00:00
parent 4e08e97fb6
commit cd6b1c0ec5

View File

@ -42,7 +42,7 @@
#include <glog/log_severity.h>
#include <glog/logging.h>
#include <volk/volk.h>
#include <gperftools/profiler.h>
//#include <gperftools/profiler.h> // ToDo: detect presence of gperftools
using google::LogMessage;