projects
/
pulseview.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
20dd116
)
Build: Fix build with Qt 4 moc
author
Daniel Elstner
<daniel.kitta@gmail.com>
Fri, 4 Sep 2015 14:02:03 +0000
(16:02 +0200)
committer
Uwe Hermann
<uwe@hermann-uwe.de>
Fri, 4 Sep 2015 14:15:10 +0000
(16:15 +0200)
pv/util.hpp
patch
|
blob
|
history
diff --git
a/pv/util.hpp
b/pv/util.hpp
index 5be379035bd875ae4bf3e6636444b89a5903519a..1cf2fe548bab8e725abae5f87d60611575cf0748 100644
(file)
--- a/
pv/util.hpp
+++ b/
pv/util.hpp
@@
-23,7
+23,9
@@
#include <cmath>
+#ifndef Q_MOC_RUN
#include <boost/multiprecision/cpp_dec_float.hpp>
+#endif
#include <QMetaType>
#include <QString>