Enhance build in other platforms

Avoid linux issue:
../src/WinControls/DoubleBuffer/DoubleBuffer.cpp:18:10: fatal error: CommCtrl.h: No such file or directory
   18 | #include <CommCtrl.h>
      |          ^~~~~~~~~~~~

Close #15566
This commit is contained in:
Christian Grasser 2024-08-23 00:56:54 +02:00 committed by Don Ho
parent 86adb21480
commit b32c07f746
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@
// along with this program. If not, see <https://www.gnu.org/licenses/>.
#include "DoubleBuffer.h"
#include <CommCtrl.h>
#include <commctrl.h>
#include <cassert>
#include <memory>