Bug 738157 - missing nsSubstring_h___. r=dbaron

This commit is contained in:
Makoto Kato 2012-03-23 14:46:04 +09:00
parent 50d65689bb
commit 5299fa9e59

View File

@ -36,6 +36,11 @@
*
* ***** END LICENSE BLOCK ***** */
#ifndef nsSubstring_h___
#define nsSubstring_h___
#ifndef nsAString_h___
#include "nsAString.h"
#endif
#endif // !defined(nsSubstring_h___)