forked from Lainports/opnsense-ports
18 lines
285 B
C++
18 lines
285 B
C++
--- headers.hh.orig 2010-11-23 21:22:52 UTC
|
|
+++ headers.hh
|
|
@@ -30,6 +30,7 @@
|
|
|
|
|
|
|
|
+#include <assert.h>
|
|
#include <popt.h>
|
|
#include <tiff.h>
|
|
#include <tiffio.h>
|
|
@@ -61,7 +62,6 @@
|
|
#include <cmath>
|
|
|
|
|
|
-#include <assert.h>
|
|
#include <stdlib.h>
|
|
#include <math.h>
|
|
#include <stdint.h>
|