From 2554d3db203431afda7e211b0b3f47293661a4ad Mon Sep 17 00:00:00 2001 From: Elliot Cameron <3noch@users.noreply.github.com> Date: Wed, 10 Mar 2021 00:36:17 -0500 Subject: [PATCH] Include mmap_file_buffer.hpp Slight changes in compilation order can cause the use of std::string in mmap_file_buffer.hpp to fail. --- osdk-core/modules/inc/filemgr/impl/mmap_file_buffer.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/osdk-core/modules/inc/filemgr/impl/mmap_file_buffer.hpp b/osdk-core/modules/inc/filemgr/impl/mmap_file_buffer.hpp index 21ce9b739..c8b787903 100644 --- a/osdk-core/modules/inc/filemgr/impl/mmap_file_buffer.hpp +++ b/osdk-core/modules/inc/filemgr/impl/mmap_file_buffer.hpp @@ -12,6 +12,7 @@ #include #include #include +#include namespace DJI { namespace OSDK {