added include for offsetof(), also use <string.h>, not "string.h"

This commit is contained in:
2010-08-13 15:26:37 +00:00
parent 8e6c654294
commit 96b138d98b
10 changed files with 18 additions and 16 deletions

View File

@@ -30,7 +30,7 @@
*
*/
#include "string.h"
#include <string.h>
#include "DNA_armature_types.h"
#include "DNA_object_types.h"

View File

@@ -30,7 +30,7 @@
*
*/
#include "string.h"
#include <string.h>
#include "DNA_scene_types.h"
#include "DNA_object_types.h"

View File

@@ -30,7 +30,7 @@
*
*/
#include "string.h"
#include <string.h>
#include "DNA_object_types.h"

View File

@@ -30,7 +30,7 @@
*
*/
#include "string.h"
#include <string.h>
#include "BKE_cdderivedmesh.h"
#include "BKE_modifier.h"

View File

@@ -30,7 +30,7 @@
* ***** END GPL LICENSE BLOCK *****
*/
#include "string.h"
#include <string.h>
#include "DNA_modifier_types.h"
#include "DNA_object_types.h"