Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 0.8, 0.8.1, and 0.8.2

shellext: add missing <memory> include (needed by std::auto_ptr)

fixes build with Makefile.nmake

Changeset 4758fe7fce44

Parent 30c9e5596442

by Adrian Buehlmann

Changes to one file · Browse files at 4758fe7fce44 Showing diff from parent 30c9e5596442 Diff from another changeset...

 
17
18
19
 
 
20
21
22
 
17
18
19
20
21
22
23
24
@@ -17,6 +17,8 @@
   #include "StringUtils.h"   +#include <memory> +    // Quotes a string  std::string Quote(const std::string& str)