Skip to content

Commit

Permalink
More compile fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
dpjudas committed Dec 31, 2023
1 parent 40a65b4 commit a793ddd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/common/rendering/hwrenderer/data/hw_levelmeshportal.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@

#pragma once

#include <cstring>
#include "vectors.h"
#include "common/utility/matrix.h"

Expand Down
2 changes: 1 addition & 1 deletion src/rendering/hwrenderer/scene/hw_drawstructs.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ struct HWDecal;
struct FSection;
enum area_t : int;
class HWDrawContext;
class DoomLevelMeshSurface;
struct DoomLevelMeshSurface;
struct HWFlatDispatcher;

enum HWRenderStyle
Expand Down

0 comments on commit a793ddd

Please sign in to comment.