Commit 7b220f3d authored by Julien Brianceau's avatar Julien Brianceau

Add missing include in embed.cc

This changes fixes "error C2039: 'getline': is not a member of 'std'"
compilation error.
parent 83c728a9
......@@ -32,6 +32,7 @@
#include <cstdlib>
#include <fstream>
#include <iostream>
#include <string>
const char output_file[] = "well_known_types_embed.cc";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment