Yes I did it again ;)
added the following 3 lines to everything in the intern dir: #ifdef HAVE_CONFIG_H #include <config.h> #endif Kent -- mein@cs.umn.edu
This commit is contained in:
3
intern/decimation/extern/LOD_decimation.h
vendored
3
intern/decimation/extern/LOD_decimation.h
vendored
@@ -40,6 +40,9 @@
|
||||
#ifndef NAN_INCLUDED_LOD_decimation_h
|
||||
#define NAN_INCLUDED_LOD_decimation_h
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include <config.h>
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
@@ -33,6 +33,11 @@
|
||||
|
||||
#define NAN_INCLUDED_LOD_DecimationClass_h
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include <config.h>
|
||||
#endif
|
||||
|
||||
|
||||
#include "MEM_SmartPtr.h"
|
||||
#include "MEM_NonCopyable.h"
|
||||
|
||||
|
@@ -29,6 +29,10 @@
|
||||
* ***** END GPL/BL DUAL LICENSE BLOCK *****
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include <config.h>
|
||||
#endif
|
||||
|
||||
#include "LOD_EdgeCollapser.h"
|
||||
|
||||
#include "LOD_ManMesh2.h"
|
||||
|
@@ -33,6 +33,11 @@
|
||||
|
||||
#define NAN_INCLDUED_EgdeCollapser_h
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include <config.h>
|
||||
#endif
|
||||
|
||||
|
||||
// This is a helper class that collapses edges of a 2 - manifold mesh.
|
||||
|
||||
#include "LOD_MeshPrimitives.h"
|
||||
|
@@ -38,6 +38,11 @@
|
||||
#ifndef NAN_INCLUDED_LOD_ExternBufferEditor_h
|
||||
#define NAN_INCLUDED_LOD_ExternBufferEditor_h
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include <config.h>
|
||||
#endif
|
||||
|
||||
|
||||
#include "LOD_MeshPrimitives.h"
|
||||
#include <vector>
|
||||
#include "LOD_ManMesh2.h"
|
||||
|
@@ -30,9 +30,12 @@
|
||||
*/
|
||||
|
||||
#include "LOD_ExternNormalEditor.h"
|
||||
|
||||
#include <vector>
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include <config.h>
|
||||
#endif
|
||||
|
||||
using namespace std;
|
||||
|
||||
|
||||
|
@@ -33,6 +33,11 @@
|
||||
|
||||
#define NAN_INCLUDED_ExternNormalEditor_h
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include <config.h>
|
||||
#endif
|
||||
|
||||
|
||||
#include "MEM_NonCopyable.h"
|
||||
#include "LOD_ManMesh2.h"
|
||||
#include "MT_Vector3.h"
|
||||
|
@@ -32,6 +32,9 @@
|
||||
// implementation of LOD_FaceNormalEditor.h
|
||||
|
||||
///////////////////////////////////////
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include <config.h>
|
||||
#endif
|
||||
|
||||
#include "LOD_FaceNormalEditor.h"
|
||||
|
||||
|
@@ -33,6 +33,11 @@
|
||||
|
||||
#define NAN_INCLUDED_FaceNormalEditor_h
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include <config.h>
|
||||
#endif
|
||||
|
||||
|
||||
#include "MEM_NonCopyable.h"
|
||||
#include "LOD_ManMesh2.h"
|
||||
#include "MT_Vector3.h"
|
||||
|
@@ -29,6 +29,10 @@
|
||||
* ***** END GPL/BL DUAL LICENSE BLOCK *****
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include <config.h>
|
||||
#endif
|
||||
|
||||
#include "LOD_ManMesh2.h"
|
||||
|
||||
#include "MT_assert.h"
|
||||
|
@@ -33,6 +33,11 @@
|
||||
|
||||
#define NAN_INCLUDED_ManMesh2_h
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include <config.h>
|
||||
#endif
|
||||
|
||||
|
||||
#include "LOD_MeshPrimitives.h"
|
||||
#include "MEM_SmartPtr.h"
|
||||
#include <vector>
|
||||
|
@@ -33,6 +33,10 @@
|
||||
|
||||
#define NAN_INCLUDED_MeshBounds_h
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include <config.h>
|
||||
#endif
|
||||
|
||||
|
||||
#include "MEM_SmartPtr.h"
|
||||
#include "LOD_MeshPrimitives.h"
|
||||
|
@@ -30,9 +30,11 @@
|
||||
*/
|
||||
|
||||
#ifndef NAN_INCLUDED_MeshExceptions_h
|
||||
|
||||
#define NAN_INCLUDED_MeshExceptions_h
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include <config.h>
|
||||
#endif
|
||||
|
||||
class LOD_MeshException {
|
||||
|
||||
|
@@ -29,6 +29,10 @@
|
||||
* ***** END GPL/BL DUAL LICENSE BLOCK *****
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include <config.h>
|
||||
#endif
|
||||
|
||||
#include "LOD_MeshPrimitives.h"
|
||||
|
||||
#include "MT_assert.h"
|
||||
|
@@ -30,9 +30,12 @@
|
||||
*/
|
||||
|
||||
#ifndef NAN_INCLUDED_MeshPrimitives_h
|
||||
|
||||
#define NAN_INCLUDED_MeshPrimitives_h
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include <config.h>
|
||||
#endif
|
||||
|
||||
#include "MT_Vector3.h"
|
||||
#include "CTR_TaggedIndex.h"
|
||||
#include "CTR_UHeap.h"
|
||||
|
@@ -29,6 +29,10 @@
|
||||
* ***** END GPL/BL DUAL LICENSE BLOCK *****
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include <config.h>
|
||||
#endif
|
||||
|
||||
#include "LOD_QSDecimator.h"
|
||||
|
||||
#include "LOD_ExternBufferEditor.h"
|
||||
|
@@ -30,9 +30,12 @@
|
||||
*/
|
||||
|
||||
#ifndef NAN_INCLUDED_LOD_QSDecimator_H
|
||||
|
||||
#define NAN_INCLUDED_LOD_QSDecimator_H
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include <config.h>
|
||||
#endif
|
||||
|
||||
#include "MEM_NonCopyable.h"
|
||||
#include "LOD_ManMesh2.h"
|
||||
#include "LOD_ExternNormalEditor.h"
|
||||
|
@@ -30,9 +30,12 @@
|
||||
*/
|
||||
|
||||
#ifndef NAN_INCLUDED_LOD_Quadric_h
|
||||
|
||||
#define NAN_INCLUDED_LOD_Quadric_h
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include <config.h>
|
||||
#endif
|
||||
|
||||
#include "MT_Vector3.h"
|
||||
#include "MT_Matrix3x3.h"
|
||||
|
||||
|
@@ -29,8 +29,11 @@
|
||||
* ***** END GPL/BL DUAL LICENSE BLOCK *****
|
||||
*/
|
||||
|
||||
#include "LOD_QuadricEditor.h"
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include <config.h>
|
||||
#endif
|
||||
|
||||
#include "LOD_QuadricEditor.h"
|
||||
#include "LOD_ExternNormalEditor.h"
|
||||
|
||||
// Creation
|
||||
|
@@ -30,9 +30,12 @@
|
||||
*/
|
||||
|
||||
#ifndef NAN_INCLUDED_LOD_QuadricEditor_h
|
||||
|
||||
#define NAN_INCLUDED_LOD_QuadricEditor_h
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include <config.h>
|
||||
#endif
|
||||
|
||||
#include "MEM_NonCopyable.h"
|
||||
#include "LOD_ManMesh2.h"
|
||||
#include "MT_Vector3.h"
|
||||
|
@@ -30,7 +30,9 @@
|
||||
*/
|
||||
|
||||
// implementation of external c api
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include <config.h>
|
||||
#endif
|
||||
|
||||
#include "../extern/LOD_decimation.h"
|
||||
#include "LOD_DecimationClass.h"
|
||||
|
Reference in New Issue
Block a user