Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 269245
Collapse All | Expand All

(-)amanith.orig/include/amanith/2d/gtesselator2d.h (+1 lines)
Lines 31-40 Link Here
31
31
32
#include "amanith/2d/gmesh2d.h"
32
#include "amanith/2d/gmesh2d.h"
33
#include "amanith/geometry/garea.h"
33
#include "amanith/geometry/garea.h"
34
#include "amanith/geometry/gaabox.h"
34
#include "amanith/geometry/gaabox.h"
35
#include "amanith/support/gavltree.h"
35
#include "amanith/support/gavltree.h"
36
#include <cstdio>
36
37
37
/*!
38
/*!
38
	\file gtesselator2d.h
39
	\file gtesselator2d.h
39
	\brief 2D shape triangulator.
40
	\brief 2D shape triangulator.
40
*/
41
*/
(-)amanith.orig/plugins/jpeg/gjpegimpexp.cpp (+1 lines)
Lines 30-39 Link Here
30
30
31
#include "gjpegimpexp.h"
31
#include "gjpegimpexp.h"
32
#include "amanith/support/gutilities.h"
32
#include "amanith/support/gutilities.h"
33
#include "amanith/2d/gpixelmap.h"
33
#include "amanith/2d/gpixelmap.h"
34
#include <cstdlib>
34
#include <cstdlib>
35
#include <cstdio>
35
#include <cstring>
36
#include <cstring>
36
#include <csetjmp>
37
#include <csetjmp>
37
38
38
G_EXTERN_C {
39
G_EXTERN_C {
39
	#include <jpeglib.h>
40
	#include <jpeglib.h>
(-)amanith.orig/plugins/png/gpngimpexp.cpp (+1 lines)
Lines 29-38 Link Here
29
#ifdef _PNG_PLUGIN
29
#ifdef _PNG_PLUGIN
30
30
31
#include "gpngimpexp.h"
31
#include "gpngimpexp.h"
32
#include "amanith/support/gutilities.h"
32
#include "amanith/support/gutilities.h"
33
#include <cstdlib>
33
#include <cstdlib>
34
#include <cstdio>
34
#include <cstring>
35
#include <cstring>
35
//#include <csetjmp>
36
//#include <csetjmp>
36
37
37
G_EXTERN_C {
38
G_EXTERN_C {
38
	#include <png.h>
39
	#include <png.h>
(-)amanith.orig/src/support/gutilities.cpp (+1 lines)
Lines 27-36 Link Here
27
**********************************************************************/
27
**********************************************************************/
28
28
29
#include "amanith/support/gutilities.h"
29
#include "amanith/support/gutilities.h"
30
30
31
#include <cstdlib>  // for getenv function
31
#include <cstdlib>  // for getenv function
32
#include <cstdio>
32
#include <algorithm>
33
#include <algorithm>
33
#include <cstring>
34
#include <cstring>
34
// now ensure includes for ScanPath function
35
// now ensure includes for ScanPath function
35
#if defined(G_OS_WIN) && !defined(__CYGWIN__) && !defined(__GNUC__)
36
#if defined(G_OS_WIN) && !defined(__CYGWIN__) && !defined(__GNUC__)
36
	#include <wbemidl.h>
37
	#include <wbemidl.h>

Return to bug 269245