Changeset da4424 in git


Ignore:
Timestamp:
Dec 5, 2014, 4:15:32 PM (9 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
05e73920ce04956d9a1cfb78192a4aeafb5f5b70
Parents:
a2239c2f18c255bb1342c866c954dee71f3d4e33
Message:
fix: includes for SINGULAR_4_1
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • Singular/ipassign.cc

    ra2239c rda4424  
    5757#include "blackbox.h"
    5858
    59 #ifdef SINGULAR_4_1
    6059#include <Singular/number2.h>
    61 #endif
    6260
    6361
  • Singular/number2.h

    ra2239c rda4424  
    22#define NUMBER2_H
    33
     4#include <libpolys/misc/auxiliary.h>
     5
    46#ifdef SINGULAR_4_1
    5 #include<libpolys/coeffs/coeffs.h>
     7#include <omalloc/omalloc.h>
     8#include <libpolys/coeffs/coeffs.h>
     9#include <kernel/structs.h>
    610struct snumber2;
    711typedef struct snumber2 *   number2;
  • kernel/mod2.h

    ra2239c rda4424  
    1313# include <singularconfig.h>
    1414
    15 //# include <misc/auxiliary.h>
     15# include <misc/auxiliary.h>
    1616
    1717#define SINGULAR_MAJOR_VERSION 4
Note: See TracChangeset for help on using the changeset viewer.