[Libreoffice-commits] core.git: Branch 'aoo/trunk' - basegfx/test

Damjan Jovanovic damjan at apache.org
Mon Sep 14 23:08:04 PDT 2015


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

New commits:
commit d409ab147f9744bb9fee699b1f402d3987a025fc
Author: Damjan Jovanovic <damjan at apache.org>
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)


More information about the Libreoffice-commits mailing list