Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-gnome
Path: blob/main/multimedia/aegisub/files/patch-src__command__command.h
16125 views
1
--- src/command/command.h.orig 2014-08-05 20:09:07.000000000 +0900
2
+++ src/command/command.h 2014-08-05 20:09:21.000000000 +0900
3
@@ -17,6 +17,7 @@
4
/// @ingroup command
5
6
#include <map>
7
+#include <memory>
8
#include <string>
9
#include <vector>
10
11
12