diff --git a/AUTHORS b/AUTHORS index dda272be0..88b5e9998 100644 --- a/AUTHORS +++ b/AUTHORS @@ -22,6 +22,7 @@ Mozilla Corporation Turbulenz Klarälvdalens Datakonsult AB Microsoft Open Technologies, Inc. +NVIDIA Corporation Jacek Caban Mark Callow diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 40a56a11f..32beb6882 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -86,3 +86,6 @@ Jacek Caban Microsoft Open Technologies, Inc. Cooper Partin Austin Kinross + +NVIDIA Corporation + Olli Etuaho diff --git a/src/common/angleutils.cpp b/src/common/angleutils.cpp index 77e78824e..2ced98d8b 100644 --- a/src/common/angleutils.cpp +++ b/src/common/angleutils.cpp @@ -6,6 +6,7 @@ #include "common/angleutils.h" +#include #include std::string FormatString(const char *fmt, va_list vararg)