Bug 795238 follow-up - #include Attributes.h which defines MOZ_HAVE_CXX11_ENUM_TYPE

This commit is contained in:
Ehsan Akhgari 2012-10-09 09:39:32 -04:00
parent 74e2ba0e80
commit 95975a997f

View File

@ -9,6 +9,7 @@
#ifndef nscore_h___
#include "nscore.h" /* needed for nsresult */
#endif
#include "mozilla/Attributes.h"
/*
* To add error code to your module, you need to do the following: