Fix missing #pragma once

Signed-off-by: Osyotr <Osyotr@users.noreply.github.com>
This commit is contained in:
Osyotr 2023-12-24 20:48:31 +03:00 committed by Viktor Govako
parent ae7027a36f
commit e6471e10f6

View file

@ -1,3 +1,5 @@
#pragma once
#if defined(OMIM_OS_MAC) || defined(OMIM_OS_LINUX)
#include <sys/resource.h>
#endif