Skip to content
Snippets Groups Projects
Commit 6878bca5 authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

for gcc44

parent 23aeb419
No related branches found
No related tags found
No related merge requests found
......@@ -8,12 +8,15 @@
#ifndef _CELLCOMPLEX_H_
#define _CELLCOMPLEX_H_
#include "GmshConfig.h"
#if defined(HAVE_KBIPACK)
#include <stdio.h>
#include <string>
#include <algorithm>
#include <set>
#include <queue>
#include "GmshConfig.h"
#include "MElement.h"
#include "MPoint.h"
#include "MLine.h"
......@@ -29,8 +32,6 @@
#include "GFace.h"
#include "GVertex.h"
#if defined(HAVE_KBIPACK)
// Abstract class representing an elemtary cell of a cell complex.
class Cell
{
......
......@@ -8,12 +8,15 @@
#ifndef _CHAINCOMPLEX_H_
#define _CHAINCOMPLEX_H_
#include <stdio.h>
#include "GmshConfig.h"
#if defined(HAVE_KBIPACK)
#include <cstdio>
#include <string>
#include <algorithm>
#include <set>
#include <queue>
#include "GmshConfig.h"
#include "MElement.h"
#include "GModel.h"
#include "GEntity.h"
......@@ -22,8 +25,6 @@
#include "GVertex.h"
#include "CellComplex.h"
#if defined(HAVE_KBIPACK)
#include "gmp.h"
extern "C" {
#include "gmp_normal_form.h" // perhaps make c++ headers instead?
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment