parent
18e01f7770
commit
0e3c315099
|
@ -50,11 +50,6 @@
|
|||
|
||||
#include "master.hpp"
|
||||
|
||||
#include <limits>
|
||||
|
||||
#include <stdio.h>
|
||||
#include <math.h>
|
||||
|
||||
namespace factor
|
||||
{
|
||||
|
||||
|
|
|
@ -36,6 +36,8 @@
|
|||
#include <vector>
|
||||
#include <iostream>
|
||||
#include <iomanip>
|
||||
#include <limits>
|
||||
|
||||
|
||||
#define FACTOR_STRINGIZE_I(x) #x
|
||||
#define FACTOR_STRINGIZE(x) FACTOR_STRINGIZE_I(x)
|
||||
|
|
Loading…
Reference in New Issue