mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
fde8f9af7c
PR: 46473 Submitted by: Kuang-che Wu <kcwu@kcwu.homeip.net>
12 lines
210 B
C++
12 lines
210 B
C++
--- glbiff.cc.orig Mon Dec 23 03:47:27 2002
|
|
+++ glbiff.cc Mon Dec 23 03:47:48 2002
|
|
@@ -37,6 +37,8 @@
|
|
|
|
#include <X11/Xlib.h>
|
|
|
|
+#include <iostream>
|
|
+
|
|
#include "draw.h"
|
|
#include "glbiff.h"
|
|
#include "mail.h"
|