forked from organicmaps/organicmaps
[linux] Fixed compilation
This commit is contained in:
parent
7c1ed9bbfc
commit
de7eb34c2e
2 changed files with 5 additions and 1 deletions
|
@ -4,7 +4,8 @@
|
|||
|
||||
#include "../std/target_os.hpp"
|
||||
#include "../std/systime.hpp"
|
||||
|
||||
#include "../std/cstdio.hpp"
|
||||
#include "../std/memcpy.hpp"
|
||||
|
||||
namespace my
|
||||
{
|
||||
|
|
|
@ -3,6 +3,9 @@
|
|||
#include "defines_conv.hpp"
|
||||
#include "opengl.hpp"
|
||||
|
||||
// For strlen
|
||||
#include "../../std/memcpy.hpp"
|
||||
|
||||
namespace graphics
|
||||
{
|
||||
namespace gl
|
||||
|
|
Loading…
Add table
Reference in a new issue