From c971cf439cec3d412e297199db2416523c1a889d Mon Sep 17 00:00:00 2001 From: "ted.mielczarek@gmail.com" Date: Mon, 3 Nov 2014 17:05:39 +0000 Subject: Fix Windows client compilation on mingw. A=Jacek Caban , R=ted at http://breakpad.appspot.com/548002/ git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@1399 4c0a9323-5329-0410-9bdc-e9ce6186880e --- src/client/windows/handler/exception_handler.cc | 2 +- src/client/windows/handler/exception_handler.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'src/client/windows/handler') diff --git a/src/client/windows/handler/exception_handler.cc b/src/client/windows/handler/exception_handler.cc index 3a2f824c..b4ebbdac 100644 --- a/src/client/windows/handler/exception_handler.cc +++ b/src/client/windows/handler/exception_handler.cc @@ -27,7 +27,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -#include +#include #include #include diff --git a/src/client/windows/handler/exception_handler.h b/src/client/windows/handler/exception_handler.h index 539c6662..3c935089 100644 --- a/src/client/windows/handler/exception_handler.h +++ b/src/client/windows/handler/exception_handler.h @@ -57,8 +57,8 @@ #define CLIENT_WINDOWS_HANDLER_EXCEPTION_HANDLER_H__ #include -#include -#include +#include +#include #include #pragma warning(push) -- cgit v1.2.1