You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by da...@apache.org on 2015/09/15 07:36:44 UTC

svn commit: r1703100 - /openoffice/trunk/main/basegfx/test/main.cxx

Author: damjan
Date: Tue Sep 15 05:36:43 2015
New Revision: 1703100

URL: http://svn.apache.org/r1703100
Log:
Add missing precompiled header include to basegfx.


Modified:
    openoffice/trunk/main/basegfx/test/main.cxx

Modified: openoffice/trunk/main/basegfx/test/main.cxx
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/basegfx/test/main.cxx?rev=1703100&r1=1703099&r2=1703100&view=diff
==============================================================================
--- openoffice/trunk/main/basegfx/test/main.cxx (original)
+++ openoffice/trunk/main/basegfx/test/main.cxx Tue Sep 15 05:36:43 2015
@@ -19,6 +19,8 @@
  * 
  *************************************************************/
 
+#include "precompiled_basegfx.hxx"
+
 #include "gtest/gtest.h"
 
 int main(int argc, char **argv)