Adding a missing header

This compiled previously by accident.
This commit is contained in:
Strahinja Val Markovic 2012-09-06 12:08:34 -07:00
parent 607b25e16b
commit b48111bb2f

View File

@ -18,6 +18,8 @@
#ifndef UNSAVEDFILE_H_0GIYZQL4
#define UNSAVEDFILE_H_0GIYZQL4
#include <cstddef>
struct UnsavedFile
{
UnsavedFile() : filename_( NULL ), contents_( NULL ), length_( 0 ) {}