]> git.decadent.org.uk Git - videolink.git/commitdiff
Added missing #include <memory>.
authorBen Hutchings <ben@decadent.org.uk>
Mon, 7 Apr 2008 22:26:51 +0000 (22:26 +0000)
committerBen Hutchings <ben@decadent.org.uk>
Sun, 2 Nov 2008 23:58:15 +0000 (23:58 +0000)
vob_list.cpp

index c9074221716fa8610ff9e9677f2da04ce0d2ad16..a8c3e0766848f54db1bd27c4a82b21fb41f0e043 100644 (file)
@@ -2,6 +2,7 @@
 // See the file "COPYING" for licence details.
 
 #include <cerrno>
+#include <memory>
 #include <cstring>
 #include <sstream>