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

Directory.cpp: Add missing include

Changeset 5dc7e504a5e1

Parent 494ff0fe6749

by Sune Foldager

Changes to one file · Browse files at 5dc7e504a5e1 Showing diff from parent 494ff0fe6749 Diff from another changeset...

 
15
16
17
 
 
18
19
20
 
15
16
17
18
19
20
21
22
@@ -15,6 +15,8 @@
 // You should have received a copy of the GNU General Public License  // along with this program. If not, see <http://www.gnu.org/licenses/>.   +#include <time.h> +  #include "stdafx.h"    #include "Directory.h"