Fixed bugs

This commit is contained in:
Jonny007-MKD 2013-11-25 07:47:29 +01:00
parent 67b9d12430
commit dbc0c8b93d

View file

@ -1,7 +1,9 @@
#include "stdafx.h" #include "stdafx.h"
#pragma warning(disable:4786) #pragma warning(disable:4786)
#include <vector>
#include <string> #include <string>
#include <map> #include <map>
#include "PrimImplikantCollection.h"
#include "CParser.h" #include "CParser.h"
using namespace std; using namespace std;