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 05:10:54 UTC

svn commit: r1703086 - /openoffice/trunk/main/cppu/qa/main.cxx

Author: damjan
Date: Tue Sep 15 03:10:54 2015
New Revision: 1703086

URL: http://svn.apache.org/r1703086
Log:
Fix a build regression caused by 1700093's lack of a precompiled header include.


Modified:
    openoffice/trunk/main/cppu/qa/main.cxx

Modified: openoffice/trunk/main/cppu/qa/main.cxx
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/cppu/qa/main.cxx?rev=1703086&r1=1703085&r2=1703086&view=diff
==============================================================================
--- openoffice/trunk/main/cppu/qa/main.cxx (original)
+++ openoffice/trunk/main/cppu/qa/main.cxx Tue Sep 15 03:10:54 2015
@@ -19,6 +19,8 @@
  * 
  *************************************************************/
 
+#include "precompiled_cppu.hxx"
+
 #include "gtest/gtest.h"
 
 int main(int argc, char **argv)