Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'source/blender/img')
-rw-r--r--source/blender/img/IMG_Api.h3
-rw-r--r--source/blender/img/intern/IMG_BrushRGBA32.h4
-rw-r--r--source/blender/img/intern/IMG_CanvasRGBA32.h4
-rw-r--r--source/blender/img/intern/IMG_Color.h4
-rw-r--r--source/blender/img/intern/IMG_Line.h4
-rw-r--r--source/blender/img/intern/IMG_MemPtr.h4
-rw-r--r--source/blender/img/intern/IMG_Pixmap.h4
-rw-r--r--source/blender/img/intern/IMG_PixmapRGBA32.h4
-rw-r--r--source/blender/img/intern/IMG_Rect.h4
-rw-r--r--source/blender/img/intern/IMG_Types.h4
10 files changed, 39 insertions, 0 deletions
diff --git a/source/blender/img/IMG_Api.h b/source/blender/img/IMG_Api.h
index 6bfc85ba605..a641b515e95 100644
--- a/source/blender/img/IMG_Api.h
+++ b/source/blender/img/IMG_Api.h
@@ -36,6 +36,9 @@
#include <stddef.h>
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
typedef void* IMG_BrushPtr;
typedef void* IMG_CanvasPtr;
diff --git a/source/blender/img/intern/IMG_BrushRGBA32.h b/source/blender/img/intern/IMG_BrushRGBA32.h
index a609b685087..8995a218bc5 100644
--- a/source/blender/img/intern/IMG_BrushRGBA32.h
+++ b/source/blender/img/intern/IMG_BrushRGBA32.h
@@ -32,6 +32,10 @@
#ifndef _H_IMG_BrushRGBA32
#define _H_IMG_BrushRGBA32
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
#include "IMG_PixmapRGBA32.h"
diff --git a/source/blender/img/intern/IMG_CanvasRGBA32.h b/source/blender/img/intern/IMG_CanvasRGBA32.h
index fb201202fc1..53743b65a87 100644
--- a/source/blender/img/intern/IMG_CanvasRGBA32.h
+++ b/source/blender/img/intern/IMG_CanvasRGBA32.h
@@ -35,6 +35,10 @@
#ifndef _H_IMG_CanvasRGBA32
#define _H_IMG_CanvasRGBA32
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
#include "IMG_PixmapRGBA32.h"
#include "IMG_BrushRGBA32.h"
diff --git a/source/blender/img/intern/IMG_Color.h b/source/blender/img/intern/IMG_Color.h
index 8343f55e4f0..ace2ad06359 100644
--- a/source/blender/img/intern/IMG_Color.h
+++ b/source/blender/img/intern/IMG_Color.h
@@ -35,6 +35,10 @@
#ifndef _H_IMG_Color
#define _H_IMG_Color
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
class IMG_ColorRGBA;
/**
diff --git a/source/blender/img/intern/IMG_Line.h b/source/blender/img/intern/IMG_Line.h
index 0eb4a261d5f..f0d74258f9b 100644
--- a/source/blender/img/intern/IMG_Line.h
+++ b/source/blender/img/intern/IMG_Line.h
@@ -35,6 +35,10 @@
#ifndef _H_IMG_Line
#define _H_IMG_Line
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
#include "IMG_Types.h"
#include <math.h>
diff --git a/source/blender/img/intern/IMG_MemPtr.h b/source/blender/img/intern/IMG_MemPtr.h
index 772e7aa9886..f8576c61fbc 100644
--- a/source/blender/img/intern/IMG_MemPtr.h
+++ b/source/blender/img/intern/IMG_MemPtr.h
@@ -37,6 +37,10 @@
#include <stddef.h>
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
/**
* A memory pointer for memory of any type.
* It can be used to avoid memory leaks when allocating memory in constructors.
diff --git a/source/blender/img/intern/IMG_Pixmap.h b/source/blender/img/intern/IMG_Pixmap.h
index bde5b76e9b3..c97957375d1 100644
--- a/source/blender/img/intern/IMG_Pixmap.h
+++ b/source/blender/img/intern/IMG_Pixmap.h
@@ -35,6 +35,10 @@
#ifndef _H_IMG_Pixmap
#define _H_IMG_Pixmap
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
#include "IMG_Types.h"
#include "IMG_Color.h"
#include "IMG_Rect.h"
diff --git a/source/blender/img/intern/IMG_PixmapRGBA32.h b/source/blender/img/intern/IMG_PixmapRGBA32.h
index 71941737132..ed846524799 100644
--- a/source/blender/img/intern/IMG_PixmapRGBA32.h
+++ b/source/blender/img/intern/IMG_PixmapRGBA32.h
@@ -35,6 +35,10 @@
#ifndef _H_IMG_PixmapRGBA32
#define _H_IMG_PixmapRGBA32
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
#include "IMG_Pixmap.h"
#include "IMG_MemPtr.h"
diff --git a/source/blender/img/intern/IMG_Rect.h b/source/blender/img/intern/IMG_Rect.h
index 980c96f11aa..8d1d835d308 100644
--- a/source/blender/img/intern/IMG_Rect.h
+++ b/source/blender/img/intern/IMG_Rect.h
@@ -35,6 +35,10 @@
#ifndef _H_IMG_Rect
#define _H_IMG_Rect
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
#include "IMG_Types.h"
#include "IMG_Line.h"
diff --git a/source/blender/img/intern/IMG_Types.h b/source/blender/img/intern/IMG_Types.h
index d4988d39dc6..ce08cda3401 100644
--- a/source/blender/img/intern/IMG_Types.h
+++ b/source/blender/img/intern/IMG_Types.h
@@ -35,6 +35,10 @@
#ifndef _H_IMG_Types
#define _H_IMG_Types
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
typedef int TInt32;
typedef unsigned char TUns8;
typedef unsigned int TUns32;