mirror of
https://github.com/YosysHQ/nextpnr.git
synced 2026-09-02 02:57:46 +02:00
make it compile with qt5
This commit is contained in:
@@ -22,6 +22,7 @@ THE SOFTWARE.
|
||||
#include "ParseHelper.h"
|
||||
#include <string>
|
||||
#include <sstream>
|
||||
#include <iostream>
|
||||
const std::string ParseHelper::BracketParseState::OpeningBrackets = "[({";
|
||||
const std::string ParseHelper::BracketParseState::ClosingBrackets = "])}";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user