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

Fix building with PCH disabled.
This commit is contained in:
Markus Wick
2015-08-12 19:41:22 +02:00

View File

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