Merge pull request #3427 from rohit-n/build-pch

Fix building with PCH disabled.
This commit is contained in:
Mathew Maidment 2016-01-01 15:36:48 -05:00
commit 988f62dfb1
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@
#include <fstream>
#include <iostream>
#include <sstream>
#include <unistd.h>
#include "Common/FileUtil.h"