Add missing header <numeric> to format.h
This commit is contained in:
parent
2b6d8a4d01
commit
99df36f747
1 changed files with 1 additions and 0 deletions
|
@ -9,6 +9,7 @@ Author: Soonho Kong
|
|||
#include "debug.h"
|
||||
#include <algorithm>
|
||||
#include <iostream>
|
||||
#include <numeric>
|
||||
#include <sstream>
|
||||
#include "mpz.h"
|
||||
|
||||
|
|
Loading…
Reference in a new issue