Changeset f52880 in git for libpolys/coeffs/longrat.h


Ignore:
Timestamp:
Sep 30, 2013, 6:56:04 PM (10 years ago)
Author:
Janko Boehm <boehm@…>
Branches:
(u'spielwiese', '8d54773d6c9e2f1d2593a28bc68b7eeab54ed529')
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.