basegfx/test/main.cxx |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit d409ab147f9744bb9fee699b1f402d3987a025fc
Author: Damjan Jovanovic <[email protected]>
Date:   Tue Sep 15 05:36:43 2015 +0000

    Add missing precompiled header include to basegfx.

diff --git a/basegfx/test/main.cxx b/basegfx/test/main.cxx
index df14e5b..fcc13d1 100644
--- a/basegfx/test/main.cxx
+++ b/basegfx/test/main.cxx
@@ -19,6 +19,8 @@
  *
  *************************************************************/
 
+#include "precompiled_basegfx.hxx"
+
 #include "gtest/gtest.h"
 
 int main(int argc, char **argv)
_______________________________________________
Libreoffice-commits mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to