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

Fix building with PCH disabled.
This commit is contained in:
Matthew Parlane 2016-08-07 18:59:27 +12:00 committed by GitHub
commit 1ab99ee22c
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@
// Licensed under GPLv2+
// Refer to the license.txt file included.
#include <algorithm>
#include <sstream>
#include <string>
#include <vector>