diff --git a/lib/WebGUI.pm b/lib/WebGUI.pm index 07a8ffad0..02691b5ff 100644 --- a/lib/WebGUI.pm +++ b/lib/WebGUI.pm @@ -22,6 +22,7 @@ our $STATUS = "beta"; use strict; use Apache2::Const -compile => qw(OK DECLINED); use Apache2::Request; +use Apache2::RequestIO; use Apache2::ServerUtil (); use WebGUI::Config; use WebGUI::Pluggable;