mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 11:45:36 +02:00
include <atomic> in FileCache
This commit is contained in:
parent
1425eb0936
commit
cca1f2fb25
1 changed files with 1 additions and 0 deletions
|
@ -10,6 +10,7 @@
|
|||
#ifndef hifi_FileCache_h
|
||||
#define hifi_FileCache_h
|
||||
|
||||
#include <atomic>
|
||||
#include <memory>
|
||||
#include <cstddef>
|
||||
#include <map>
|
||||
|
|
Loading…
Reference in a new issue