Adding a missing header
This compiled previously by accident.
This commit is contained in:
parent
607b25e16b
commit
b48111bb2f
@ -18,6 +18,8 @@
|
||||
#ifndef UNSAVEDFILE_H_0GIYZQL4
|
||||
#define UNSAVEDFILE_H_0GIYZQL4
|
||||
|
||||
#include <cstddef>
|
||||
|
||||
struct UnsavedFile
|
||||
{
|
||||
UnsavedFile() : filename_( NULL ), contents_( NULL ), length_( 0 ) {}
|
||||
|
Loading…
Reference in New Issue
Block a user