mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
600f4cfc42
Approved by: miwi (mentor)
11 lines
334 B
C++
11 lines
334 B
C++
--- src/HdrCreation/mtb_alignment.cpp.orig 2008-03-17 15:55:26.000000000 +0100
|
|
+++ src/HdrCreation/mtb_alignment.cpp 2008-03-17 15:57:21.000000000 +0100
|
|
@@ -27,6 +27,7 @@
|
|
#include <cassert>
|
|
#include <QVector>
|
|
#include "mtb_alignment.h"
|
|
+#include "../arch/freebsd/math.h"
|
|
|
|
QImage* shiftQImage(const QImage *in, int dx, int dy)
|
|
{
|