Bug 789711 - #include mozilla/StandardInteger.h instead of stdint.h to fix building with MSVC9 and lower; r=me

This commit is contained in:
Ehsan Akhgari 2012-09-08 14:44:33 -04:00
parent f21f627c90
commit 9240dcfa61

View File

@ -6,7 +6,7 @@
#include <stdlib.h>
#include <string.h>
#include <stdint.h>
#include <mozilla/StandardInteger.h>
#if defined(XP_WIN) && !defined(UPDATER_NO_STRING_GLUE_STL)
#include <wchar.h>
#include "nsStringGlue.h"