Skip to content

Commit

Permalink
CORE: added missing header include in non unity builds
Browse files Browse the repository at this point in the history
  • Loading branch information
mgerhardy committed Nov 12, 2024
1 parent 81a633c commit c2a317a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/modules/core/Log.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
#include "core/Assert.h"
#include <string.h>
#include <stdio.h>
#include <SDL_log.h>

#ifdef HAVE_SYSLOG_H
#include <syslog.h>
Expand Down

0 comments on commit c2a317a

Please sign in to comment.