Issue #1442 - Part 25b - Second try that hopefully doesn't break Windows.

This commit is contained in:
Brian Smith 2023-10-02 18:38:02 -04:00 committed by roytam1
commit 04c9d661fa

View file

@ -18,7 +18,9 @@
#include "mozilla/ErrorResult.h"
#include "mozilla/dom/Promise.h"
#include "mozilla/dom/FetchStreamReader.h"
#include "mozilla/dom/FetchIPCTypes.h"
// Fix X11 header brain damage that conflicts with HeadersGuardEnum::None
#undef None
#include "mozilla/dom/RequestBinding.h"
class nsIGlobalObject;
class nsIEventTarget;