diff options
author | David Tardon <dtardon@redhat.com> | 2016-09-07 13:50:03 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2016-09-09 05:29:27 +0000 |
commit | a013b8505534896bc926e54116ef14e7879b0545 (patch) | |
tree | d030fc4ae6ce5491f077f6e76025e91409473a62 /external/libzmf | |
parent | 6cf44da0395ce5d8dc9cfda838fb15c593507363 (diff) |
upload libzmf 0.0.1
Change-Id: I706d454226d17fe1386c876782f6ad2843f17197
Reviewed-on: https://gerrit.libreoffice.org/28718
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: David Tardon <dtardon@redhat.com>
Diffstat (limited to 'external/libzmf')
-rw-r--r-- | external/libzmf/0001-add-missing-include.patch.1 | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/external/libzmf/0001-add-missing-include.patch.1 b/external/libzmf/0001-add-missing-include.patch.1 index ff1dc2a923f2..d64053147520 100644 --- a/external/libzmf/0001-add-missing-include.patch.1 +++ b/external/libzmf/0001-add-missing-include.patch.1 @@ -5,16 +5,16 @@ Subject: [PATCH] add missing include Change-Id: Ia21873123179902b2c3cad95b39db7d15c5b388a --- - src/lib/ZMFCollector.cpp | 2 ++ + src/lib/ZMFTypes.cpp | 2 ++ 1 file changed, 2 insertions(+) -diff --git a/src/lib/ZMFCollector.cpp b/src/lib/ZMFCollector.cpp +diff --git a/src/lib/ZMFTypes.cpp b/src/lib/ZMFTypes.cpp index ded93c7..7e024b3 100644 ---- a/src/lib/ZMFCollector.cpp -+++ b/src/lib/ZMFCollector.cpp +--- a/src/lib/ZMFTypes.cpp ++++ b/src/lib/ZMFTypes.cpp @@ -9,6 +9,19 @@ - #include "ZMFCollector.h" + #include "ZMFTypes.h" +#include <cmath> + @@ -30,8 +30,8 @@ index ded93c7..7e024b3 100644 +#endif + #include <boost/math/constants/constants.hpp> - #include <boost/variant.hpp> + namespace libzmf -- 2.7.4 |