mirror of
https://git.freebsd.org/ports.git
synced 2025-07-09 13:29:24 -04:00
The upgrade should fix the build problems with GCC 3.3 and issues with 16 bit colour depth. PR: 55352 Submitted by: maintainer
10 lines
240 B
C++
10 lines
240 B
C++
--- src/Page.cpp.orig Mon Aug 4 17:22:29 2003
|
|
+++ src/Page.cpp Mon Aug 4 17:22:51 2003
|
|
@@ -28,6 +28,7 @@
|
|
#include "Namer.h"
|
|
#include "Macros.h"
|
|
#include "Presentation.h"
|
|
+#include <cassert>
|
|
#include <iostream>
|
|
|
|
using namespace std;
|