From 7b7b15f0a1cef5e585b716153cda10eda6e3a54d Mon Sep 17 00:00:00 2001 From: Amar Takhar Date: Tue, 14 Dec 2010 18:17:49 +0000 Subject: [PATCH] Include stdint.h for uintptr_t, it's odd that I've never had a problem with this on the several platforms I've built on, which excluded Gentoo of course. Originally committed to SVN as r5003. --- aegisub/reporter/upload.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/aegisub/reporter/upload.cpp b/aegisub/reporter/upload.cpp index 94e842550..b1b7da7fd 100644 --- a/aegisub/reporter/upload.cpp +++ b/aegisub/reporter/upload.cpp @@ -19,7 +19,9 @@ /// @ingroup base io #ifndef R_PRECOMP +#include #include + #include #endif