gpp needs <stdexcept>

master
Xyc0 2017-08-27 17:45:14 +00:00
parent 3908750ccb
commit 2188ab8060
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@
#include <cstdlib>
#include <cstring>
#include <iostream>
#include <stdexcept>
#include <arpa/inet.h>
#include <errno.h>