forked from organicmaps/organicmaps
Fix missing #pragma once
Signed-off-by: Osyotr <Osyotr@users.noreply.github.com>
This commit is contained in:
parent
ae7027a36f
commit
e6471e10f6
1 changed files with 2 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
|||
#pragma once
|
||||
|
||||
#if defined(OMIM_OS_MAC) || defined(OMIM_OS_LINUX)
|
||||
#include <sys/resource.h>
|
||||
#endif
|
||||
|
|
Loading…
Add table
Reference in a new issue