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:
parent
86adb21480
commit
b32c07f746
|
@ -15,7 +15,7 @@
|
||||||
// along with this program. If not, see <https://www.gnu.org/licenses/>.
|
// along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
#include "DoubleBuffer.h"
|
#include "DoubleBuffer.h"
|
||||||
#include <CommCtrl.h>
|
#include <commctrl.h>
|
||||||
#include <cassert>
|
#include <cassert>
|
||||||
#include <memory>
|
#include <memory>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue