Browse Source

Missing #include for compiling on older g++

Ian Goldberg 5 years ago
parent
commit
386202a22d
1 changed files with 1 additions and 0 deletions
  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