Fixed bugs

This commit is contained in:
Jonny007-MKD 2013-11-25 07:47:29 +01:00
parent 67b9d12430
commit dbc0c8b93d
1 changed files with 2 additions and 0 deletions

View File

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