Changeset 517530 in git for factory/cf_gcd_smallp.cc


Ignore:
Timestamp:
May 7, 2012, 5:34:51 PM (11 years ago)
Author:
Martin Lee <martinlee84@…>
Branches:
(u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
Children:
dccd6db99cc44c93669e843ddb6e06d2682769b8
Parents:
e7676af1109530ff2efd9495bfdb0fa2cedc576a
Message:
fix: issues with building factory without NTL
File:
1 edited

Legend:

Unmodified
Added
Removed
  • factory/cf_gcd_smallp.cc

    re7676a r517530  
    3535#include "cf_iter.h"
    3636#include "cfNewtonPolygon.h"
     37#include "cf_algorithm.h"
    3738
    3839// iinline helper functions:
     
    4546
    4647#include "cf_gcd_smallp.h"
    47 
    48 #ifdef HAVE_NTL
    4948
    5049TIMING_DEFINE_PRINT(gcd_recursion)
     
    7271  return false;
    7372}
     73
     74#ifdef HAVE_NTL
    7475
    7576static const double log2exp= 1.442695041;
Note: See TracChangeset for help on using the changeset viewer.