From c092213d52eeb0e98b7635116b8405b29dfe5de6 Mon Sep 17 00:00:00 2001 From: Stefan Neis Date: Fri, 17 Mar 2000 23:01:33 +0000 Subject: [PATCH] Added include of module.h git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6811 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/common/url.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/common/url.cpp b/src/common/url.cpp index 25268e90d4..cce9ae5701 100644 --- a/src/common/url.cpp +++ b/src/common/url.cpp @@ -26,6 +26,7 @@ #include "wx/string.h" #include "wx/list.h" #include "wx/utils.h" +#include "wx/module.h" #include "wx/url.h" IMPLEMENT_CLASS(wxProtoInfo, wxObject) -- 2.45.2