Changeset 349573 in git for gfanlib/gfanlib_zcone.cpp


Ignore:
Timestamp:
Feb 6, 2015, 10:22:00 PM (9 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', '4a9821a93ffdc22a6696668bd4f6b8c9de3e6c5f')
Children:
2f05b5d1e37c6c725c53ad68296b934d1e5983c8
Parents:
7c2e458c0b9b46e47cfa52e924292dd1332ed5ec
git-author:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2015-02-06 22:22:00+01:00
git-committer:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2015-02-06 22:22:51+01:00
Message:
porting: cddlib includes
File:
1 edited

Legend:

Unmodified
Added
Removed
  • gfanlib/gfanlib_zcone.cpp

    r7c2e45 r349573  
    1212#include <sstream>
    1313
    14 //extern "C"{
     14#include <config.h>
    1515#ifdef HAVE_CDD_SETOPER_H
    16 #include "cdd/setoper.h"
    17 #include "cdd/cdd.h"
     16#include <cdd/setoper.h>
     17#include <cdd/cdd.h>
     18#else
     19#ifdef HAVE_CDDLIB_SETOPER_H
     20#include <cddlib/setoper.h>
     21#include <cddlib/cdd.h>
    1822#else
    1923#include <setoper.h>
    2024#include <cdd.h>
    2125#endif
    22 //}
     26#endif
    2327
    2428namespace gfan{
Note: See TracChangeset for help on using the changeset viewer.