Преглед на файлове

Missing #include for compiling on older g++

Ian Goldberg преди 5 години
родител
ревизия
386202a22d
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  1. 1 0
      pirserver.cc

+ 1 - 0
pirserver.cc

@@ -5,6 +5,7 @@
 #include <stdlib.h>
 #include <unistd.h>
 #include <arpa/inet.h>
+#include <string>
 #include "pirserver.h"
 
 #define PIRSERVER_HDR_SIZE 13