mirror of
https://github.com/darlinghq/xcbuild.git
synced 2025-03-01 04:35:53 +00:00
Add missing includes to fix Linux build.
This commit is contained in:
parent
c38450fbbf
commit
e69e0032e1
@ -15,6 +15,8 @@
|
||||
#include <acdriver/CompileAction.h>
|
||||
#include <acdriver/ContentsAction.h>
|
||||
|
||||
#include <algorithm>
|
||||
#include <iterator>
|
||||
#include <iostream>
|
||||
|
||||
using acdriver::Driver;
|
||||
|
@ -11,6 +11,8 @@
|
||||
#include <pbxbuild/Tool/OptionsResult.h>
|
||||
#include <pbxbuild/Tool/Environment.h>
|
||||
|
||||
#include <algorithm>
|
||||
#include <iterator>
|
||||
#include <sstream>
|
||||
|
||||
namespace Tool = pbxbuild::Tool;
|
||||
|
Loading…
x
Reference in New Issue
Block a user