Add missing include in embed.cc

This changes fixes "error C2039: 'getline': is not a member of 'std'"
compilation error.
This commit is contained in:
Julien Brianceau 2016-12-13 14:57:01 +01:00
parent 83c728a940
commit 7b220f3db5

View File

@ -32,6 +32,7 @@
#include <cstdlib>
#include <fstream>
#include <iostream>
#include <string>
const char output_file[] = "well_known_types_embed.cc";