mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 993004 - Fix missing #include on a CLOSED TREE
This commit is contained in:
parent
96601efc35
commit
1dff22e584
@ -7,6 +7,7 @@
|
||||
#define MOZILLA_GFX_COMPOSITORD3D11_H
|
||||
|
||||
#include "mozilla/gfx/2D.h"
|
||||
#include "gfx2DGlue.h"
|
||||
#include "mozilla/layers/Compositor.h"
|
||||
#include "TextureD3D11.h"
|
||||
#include <d3d11.h>
|
||||
|
@ -7,6 +7,7 @@
|
||||
#define MOZILLA_GFX_COMPOSITORD3D9_H
|
||||
|
||||
#include "mozilla/gfx/2D.h"
|
||||
#include "gfx2DGlue.h"
|
||||
#include "mozilla/layers/Compositor.h"
|
||||
#include "mozilla/layers/TextureD3D9.h"
|
||||
#include "DeviceManagerD3D9.h"
|
||||
|
@ -6,6 +6,7 @@
|
||||
#ifndef MOZILLA_GFX_COMPOSITOROGL_H
|
||||
#define MOZILLA_GFX_COMPOSITOROGL_H
|
||||
|
||||
#include "gfx2DGlue.h"
|
||||
#include "GLContextTypes.h" // for GLContext, etc
|
||||
#include "GLDefs.h" // for GLuint, LOCAL_GL_TEXTURE_2D, etc
|
||||
#include "OGLShaderProgram.h" // for ShaderProgramOGL, etc
|
||||
|
Loading…
Reference in New Issue
Block a user