a6391c84b9
Aeskulap segfaults on startup when linked with an external dcmtk library. I prefer this workaround, until a solution is found. - Bump PORTREVISION
10 lines
246 B
C++
10 lines
246 B
C++
--- imagepool/imagepool.h.orig 2010-08-23 17:14:59.000000000 +0200
|
|
+++ imagepool/imagepool.h 2010-08-23 17:15:08.000000000 +0200
|
|
@@ -36,6 +36,7 @@
|
|
|
|
#include <glibmm/slisthandle.h>
|
|
#include <string>
|
|
+#include <libintl.h>
|
|
|
|
|
|
class DcmDataset;
|