Skip to content

Commit

Permalink
Add missing include in container.h
Browse files Browse the repository at this point in the history
BUILD_BENCHMAKRS builds were broken.
  • Loading branch information
Desour committed Mar 2, 2024
1 parent e73e562 commit b10797b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/util/container.h
Expand Up @@ -20,6 +20,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
#pragma once

#include "irrlichttypes.h"
#include "debug.h" // sanity_check
#include "exceptions.h"
#include "threading/mutex_auto_lock.h"
#include "threading/semaphore.h"
Expand Down

0 comments on commit b10797b

Please sign in to comment.