diff options
Diffstat (limited to 'src/Window.cc')
-rw-r--r-- | src/Window.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Window.cc b/src/Window.cc index 0d99738..c17b40b 100644 --- a/src/Window.cc +++ b/src/Window.cc | |||
@@ -22,7 +22,7 @@ | |||
22 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER | 22 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER |
23 | // DEALINGS IN THE SOFTWARE. | 23 | // DEALINGS IN THE SOFTWARE. |
24 | 24 | ||
25 | // $Id: Window.cc,v 1.98 2002/11/12 22:04:16 fluxgen Exp $ | 25 | // $Id: Window.cc,v 1.99 2002/11/17 11:29:06 fluxgen Exp $ |
26 | 26 | ||
27 | #include "Window.hh" | 27 | #include "Window.hh" |
28 | 28 | ||
@@ -33,6 +33,7 @@ | |||
33 | #include "Toolbar.hh" | 33 | #include "Toolbar.hh" |
34 | #include "Windowmenu.hh" | 34 | #include "Windowmenu.hh" |
35 | #include "StringUtil.hh" | 35 | #include "StringUtil.hh" |
36 | #include "Netizen.hh" | ||
36 | 37 | ||
37 | #ifdef HAVE_CONFIG_H | 38 | #ifdef HAVE_CONFIG_H |
38 | #include "config.h" | 39 | #include "config.h" |