X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=common%2Fstdafx.h;h=0b0445d1051aaf61fdaf21ec0e67511842cc380b;hb=6b39e9bce4381c35611bd0c473447d8160fcf009;hp=8467bf2e718a392b9afb22844c908c28b94fc4ef;hpb=8c61df76c4b35ab58316f35b6a09a3f977efd596;p=casparcg diff --git a/common/stdafx.h b/common/stdafx.h index 8467bf2e7..0b0445d10 100644 --- a/common/stdafx.h +++ b/common/stdafx.h @@ -21,4 +21,6 @@ #pragma once -#include "os/windows/windows.h" \ No newline at end of file +#ifdef WIN32 +#include "os/windows/windows.h" +#endif