You've already forked libopenshot
mirror of
https://github.com/OpenShot/libopenshot.git
synced 2026-03-02 08:53:52 -08:00
Resolve a build failure for missing <memory> include. This is needed for shared_ptr to build on certain compilers.
This commit is contained in:
@@ -12,6 +12,7 @@
|
||||
|
||||
#include <iostream>
|
||||
#include <iomanip>
|
||||
#include <memory>
|
||||
|
||||
#include "WriterBase.h"
|
||||
#include "Exceptions.h"
|
||||
|
||||
Reference in New Issue
Block a user