Ignore:
Timestamp:
Apr 23, 2013, 1:21:12 PM (11 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', '4a9821a93ffdc22a6696668bd4f6b8c9de3e6c5f')
Children:
b56249a26a4a4c196f337af607b16766d14d2821
Parents:
ebc74a292ebc8a867db62c32c3f68fda997029a7
Message:
fix: adapt to different locations for cdd includes

from master
File:
1 edited

Legend:

Unmodified
Added
Removed
  • dyn_modules/callgfanlib/gfan.h

    rebc74a2 r888b457  
    99#include <libpolys/misc/int64vec.h>
    1010
     11#include <gfanlib/config.h>
     12#ifdef HAVE_CDD_SETOPER_H
     13#include <cdd/setoper.h>
     14#include <cdd/cdd.h>
     15#include <cdd/cddmp.h>
     16#else
    1117#include <setoper.h>
    1218#include <cdd.h>
    1319#include <cddmp.h>
     20#endif
    1421#include <bbfan.h>
    1522#include <bbcone.h>
Note: See TracChangeset for help on using the changeset viewer.