Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'source/blender/editors/asset/intern/asset_handle.cc')
-rw-r--r--source/blender/editors/asset/intern/asset_handle.cc5
1 files changed, 4 insertions, 1 deletions
diff --git a/source/blender/editors/asset/intern/asset_handle.cc b/source/blender/editors/asset/intern/asset_handle.cc
index 428fa62d130..aae85e61372 100644
--- a/source/blender/editors/asset/intern/asset_handle.cc
+++ b/source/blender/editors/asset/intern/asset_handle.cc
@@ -24,12 +24,15 @@
* although that doesn't always work (see #rna_def_asset_handle()).
*/
+#include <string>
+
#include "DNA_asset_types.h"
#include "DNA_space_types.h"
#include "BLO_readfile.h"
-#include "ED_asset.h"
+#include "ED_asset_handle.h"
+#include "ED_asset_list.hh"
const char *ED_asset_handle_get_name(const AssetHandle *asset)
{