mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 14:38:51 +02:00
pe: use an archive URL at github.com
* fix build, missing std namespace.
This commit is contained in:
22
haiku-apps/pe/patches/pe-2.4.5.patchset
Normal file
22
haiku-apps/pe/patches/pe-2.4.5.patchset
Normal 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
|
||||
|
||||
Reference in New Issue
Block a user