Fix protobuf compilation with GCC 10 on Fedora

Fixes #1506
develop
Ben Rosser 2020-04-24 21:18:46 -04:00 committed by lethosor
parent c6ed0a2458
commit 7bdf958518
1 changed files with 1 additions and 0 deletions

@ -32,6 +32,7 @@
// Based on original Protocol Buffers design by
// Sanjay Ghemawat, Jeff Dean, and others.
#include <fstream>
#include <stack>
#include <google/protobuf/stubs/hash.h>