You've already forked libopenshot
mirror of
https://github.com/OpenShot/libopenshot.git
synced 2026-03-02 08:53:52 -08:00
Merge pull request #781 from OpenShot/missing-memory-include
Resolve a build failure for missing <memory> include
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