Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Richard Gobeille
EDuke32
Commits
5e2002d5
Commit
5e2002d5
authored
Mar 14, 2021
by
nukeykt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
engine: fix compile error
parent
40cf6054
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
source/build/src/engine.cpp
source/build/src/engine.cpp
+2
-1
No files found.
source/build/src/engine.cpp
View file @
5e2002d5
...
...
@@ -13,11 +13,13 @@
#include "build.h"
#include "cache1d.h"
#include "colmatch.h"
#include "common.h"
#include "communityapi.h"
#include "compat.h"
#include "crc32.h"
#include "editor.h"
#include "engine_priv.h"
#include "kplib.h"
#include "lz4.h"
#include "microprofile.h"
#include "osd.h"
...
...
@@ -26,7 +28,6 @@
#include "scriptfile.h"
#include "softsurface.h"
#include "vfs.h"
#include "kplib.h"
#ifdef USE_OPENGL
# include "glad/glad.h"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment