constants

This commit is contained in:
Jordi Baylina
2019-11-30 22:59:14 +01:00
parent f4bbcfd90c
commit 6cdb006909
11 changed files with 166 additions and 908 deletions

View File

@@ -5,6 +5,7 @@
#include <iomanip>
#include <stdlib.h>
#include <gmp.h>
#include <assert.h>
#include "calcwit.h"
#include "utils.h"

View File

@@ -2,6 +2,7 @@
#include <fstream>
#include <sstream>
#include <string>
#include <iomanip>
#include <sys/types.h>
#include <sys/stat.h>
#include <sys/mman.h>