mirror of
https://github.com/OpenMW/openmw.git
synced 2025-12-13 22:43:06 +00:00
Merge branch 'fixgcc12' into 'master'
small fix for gcc12 See merge request OpenMW/openmw!2753
This commit is contained in:
commit
3001645e72
1 changed files with 2 additions and 0 deletions
|
|
@ -1,6 +1,8 @@
|
||||||
#ifndef COMPONENTS_L10N_MANAGER_H
|
#ifndef COMPONENTS_L10N_MANAGER_H
|
||||||
#define COMPONENTS_L10N_MANAGER_H
|
#define COMPONENTS_L10N_MANAGER_H
|
||||||
|
|
||||||
|
#include <memory>
|
||||||
|
|
||||||
#include <components/l10n/messagebundles.hpp>
|
#include <components/l10n/messagebundles.hpp>
|
||||||
|
|
||||||
namespace VFS
|
namespace VFS
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue