Add missing header <numeric> to format.h

This commit is contained in:
Soonho Kong 2013-08-12 10:47:01 -07:00
parent 2b6d8a4d01
commit 99df36f747

View file

@ -9,6 +9,7 @@ Author: Soonho Kong
#include "debug.h"
#include <algorithm>
#include <iostream>
#include <numeric>
#include <sstream>
#include "mpz.h"