Improve includes

This commit is contained in:
Tiago Gomes
2013-02-07 20:09:10 +00:00
parent 544d0aa39e
commit 5c84a2f532
42 changed files with 110 additions and 38 deletions

View File

@@ -1,6 +1,11 @@
#ifndef YAP_PACKAGES_CLPBN_HORUS_LIFTEDKC_H_
#define YAP_PACKAGES_CLPBN_HORUS_LIFTEDKC_H_
#include <vector>
#include <unordered_map>
#include <string>
#include <fstream>
#include "LiftedSolver.h"
#include "LiftedWCNF.h"
#include "ParfactorList.h"