pe: use an archive URL at github.com

* fix build, missing std namespace.
This commit is contained in:
Jerome Duval
2015-10-18 14:39:19 +00:00
parent 55cc993be1
commit 5f946a7d33
2 changed files with 28 additions and 2 deletions

View File

@@ -0,0 +1,22 @@
From afe202899f857db57d64d4f1f0da80da7a69e0e6 Mon Sep 17 00:00:00 2001
From: Jerome Duval <jerome.duval@gmail.com>
Date: Sun, 18 Oct 2015 14:30:44 +0000
Subject: build fix
diff --git a/Sources/CLanguageInterface.h b/Sources/CLanguageInterface.h
index f044b3a..8cff660 100644
--- a/Sources/CLanguageInterface.h
+++ b/Sources/CLanguageInterface.h
@@ -116,7 +116,7 @@ protected:
mutable KeywordMap fKeywordMap;
// void GenerateKeywordMap(const char *ext);
-static vector<CLanguageInterface*> fInterfaces;
+static std::vector<CLanguageInterface*> fInterfaces;
};
inline const char* CLanguageInterface::LineCommentStart() const
--
2.2.2