mirror of
https://git.freebsd.org/ports.git
synced 2025-07-15 08:19:13 -04:00
10 lines
303 B
C++
10 lines
303 B
C++
--- glean/ttexcombine.cpp.orig Thu Sep 25 16:17:52 2003
|
|
+++ glean/ttexcombine.cpp Thu Sep 25 16:17:53 2003
|
|
@@ -75,6 +75,7 @@
|
|
#include "ttexcombine.h"
|
|
#include <stdio.h>
|
|
#include <cmath>
|
|
+#include <cassert>
|
|
|
|
#define CLAMP(VAL, MIN, MAX) \
|
|
((VAL) < (MIN) ? (MIN) : ((VAL) > (MAX) ? (MAX) : (VAL)))
|