Changeset f52880 in git


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