Changeset f52880 in git for libpolys


Ignore:
Timestamp:
Sep 30, 2013, 6:56:04 PM (11 years ago)
Author:
Janko Boehm <boehm@…>
Branches:
(u'fieker-DuVal', '117eb8c30fc9e991c4decca4832b1d19036c4c65')(u'spielwiese', 'b4f17ed1d25f93d46dbe29e4b499baecc2fd51bb')
Children:
61d517ceb65374fecc261b7f215f12aaee0a59dd
Parents:
80371eb0fffbb966d4b5308293434010c044f566
git-author:
Janko Boehm <boehm@mathematik.uni-kl.de>2013-09-30 18:56:04+02:00
git-committer:
Janko Boehm <boehm@mathematik.uni-kl.de>2013-10-25 18:08:32+02:00
Message:
Added missing include for debug version
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpolys/coeffs/longrat.h

    r80371e rf52880  
    1313#include <coeffs/si_gmp.h>
    1414#include <coeffs/coeffs.h>
     15
     16#ifndef NDEBUG
     17#include <polys/monomials/ring.h>
     18#endif
    1519
    1620struct snumber;
Note: See TracChangeset for help on using the changeset viewer.