From 7325e21c4fda06b0f4a2ea5fd72169bae06a0d19 Mon Sep 17 00:00:00 2001 From: Michael Wetherell Date: Sun, 28 May 2006 09:05:10 +0000 Subject: [PATCH] Missing header. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39361 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/msw/power.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/msw/power.cpp b/src/msw/power.cpp index 022e624dad..cf96885bbb 100644 --- a/src/msw/power.cpp +++ b/src/msw/power.cpp @@ -28,6 +28,7 @@ #endif //WX_PRECOMP #include "wx/power.h" +#include "wx/msw/private.h" // ---------------------------------------------------------------------------- // helper functions -- 2.45.2