From 6a6aa4b9249027a168db42ccff877e34e44d3872 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Wed, 27 Mar 2013 12:50:44 +0100 Subject: Missing #include "sal/config.h" Change-Id: I5223b11089d038d5c3f6c086432a6b2a8fd119c8 --- sccomp/source/solver/solver.cxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sccomp') diff --git a/sccomp/source/solver/solver.cxx b/sccomp/source/solver/solver.cxx index a20b24b84d96..7ff43b1d0b07 100644 --- a/sccomp/source/solver/solver.cxx +++ b/sccomp/source/solver/solver.cxx @@ -26,6 +26,8 @@ * ************************************************************************/ +#include "sal/config.h" + #undef LANGUAGE_NONE #if defined SAL_W32 #define WINAPI __stdcall -- cgit