Changeset 53ca3d in git for libpolys/misc/intvec.cc


Ignore:
Timestamp:
Mar 23, 2011, 5:45:45 PM (13 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
1b49fffcc09b3cc35d86a2d919252c972d6515eb
Parents:
0145cb4989c3ace04091d0ad6bbda0bb91971b14
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2011-03-23 17:45:45+01:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 12:04:12+01:00
Message:
FIX: separate CC Flags for debug/release lib-versions
FIX: config.h should NOT be installed and thus used by public headers
FIX: include local "config.h" before including <misc/auxiliary.h>
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpolys/misc/intvec.cc

    r0145cb4 r53ca3d  
    88#ifndef INTVEC_CC
    99#define INTVEC_CC
     10
     11#include "config.h"
     12#include <misc/auxiliary.h>
     13
    1014// #include <resources/feFopen.h>
    1115#include <misc/intvec.h>
Note: See TracChangeset for help on using the changeset viewer.