Skip to content
Snippets Groups Projects
Commit 68876dc8 authored by Ramin Yaghoubzadeh's avatar Ramin Yaghoubzadeh
Browse files

circumvent a bug affecting projects with Qt ("moc" program of Qt 4.8)

parent b3d33372
No related branches found
No related tags found
No related merge requests found
...@@ -51,11 +51,13 @@ ...@@ -51,11 +51,13 @@
#include <iomanip> #include <iomanip>
#include <sys/time.h> #include <sys/time.h>
#ifndef Q_MOC_RUN
#include <boost/bind.hpp> #include <boost/bind.hpp>
#include <boost/function.hpp> #include <boost/function.hpp>
#include <boost/shared_ptr.hpp> #include <boost/shared_ptr.hpp>
#include <boost/pointer_cast.hpp> #include <boost/pointer_cast.hpp>
#include <boost/lexical_cast.hpp> #include <boost/lexical_cast.hpp>
#endif
#include <ipaaca/ipaaca.pb.h> #include <ipaaca/ipaaca.pb.h>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment