X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FGUI%2Flayout.cxx;h=f9581b3d5503a957313a340b7ec867960bbbfe40;hb=02fb83c774020633cb62e3b8154337510bed1de3;hp=5bfd3524340ea1b8118def305388851e4847967c;hpb=270a4093a8e07a8b7265f5603a3d4ebe0936ede8;p=flightgear.git diff --git a/src/GUI/layout.cxx b/src/GUI/layout.cxx index 5bfd35243..f9581b3d5 100644 --- a/src/GUI/layout.cxx +++ b/src/GUI/layout.cxx @@ -1,5 +1,12 @@ + +#ifdef HAVE_CONFIG_H +# include +#endif + #include "layout.hxx" +#include + // This file contains the actual layout engine. It has no dependence // on outside libraries; see layout-props.cxx for the glue code.