Skip to content

Commit

Permalink
StdSurface8: Add missing include
Browse files Browse the repository at this point in the history
  • Loading branch information
Fulgen301 committed Sep 23, 2024
1 parent af49ad9 commit faf0054
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/StdSurface8.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@

// a wrapper class to DirectDraw surfaces

#include "C4Group.h"
#include <Standard.h>
#include <StdSurface8.h>
#include <Bitmap256.h>
Expand Down
1 change: 1 addition & 0 deletions src/StdSurface8.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@

#pragma once

#include "C4ForwardDeclarations.h"
#include <Standard.h>
#include <StdColors.h>

Expand Down

0 comments on commit faf0054

Please sign in to comment.