Skip to content

Commit

Permalink
Add missing <optional> include for GCC 11
Browse files Browse the repository at this point in the history
  • Loading branch information
robbert-vdh committed Apr 14, 2021
1 parent 4937010 commit 6746b2b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/common/utils.h
Expand Up @@ -16,6 +16,8 @@

#pragma once

#include <optional>

#ifdef __WINE__
#include "../wine-host/boost-fix.h"
#endif
Expand Down

0 comments on commit 6746b2b

Please sign in to comment.