Changeset 0726609 in git


Ignore:
Timestamp:
Aug 10, 2011, 6:07:10 PM (13 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'fieker-DuVal', '117eb8c30fc9e991c4decca4832b1d19036c4c65')(u'spielwiese', 'b4f17ed1d25f93d46dbe29e4b499baecc2fd51bb')
Children:
b787fb622b3dfe943eef686fac748293e888376c
Parents:
7b2b05e5e54bc3ab322d7d747d4f5afdd8352050
git-author:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2011-08-10 18:07:10+02:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 13:19:12+01:00
Message:
temp. fix for the factory include problem: make check works again in kernel
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/test.cc

    r7b2b05 r0726609  
    11#include <omalloc/omalloc.h>
    22#include <misc/auxiliary.h>
     3#ifdef HAVE_FACTORY
     4#include <factory/factory.h> // :(
     5#endif
    36
    47#include <misc/intvec.h>
     
    171174
    172175
    173 // NOTE: including any of the following will lead to including factory.h with a bunch of C++ errors...
    174 #ifdef HAVE_FACTORY
    175 #include <factory/factory.h> // :(
    176 #endif
    177176// #include <polys/clapconv.h> // due to factory? :(
    178177// #include "tgb_internal.h" // :(
Note: See TracChangeset for help on using the changeset viewer.