Skip to content

Commit

Permalink
added include headers for ubuntu compiling
Browse files Browse the repository at this point in the history
  • Loading branch information
dmj12004 committed Apr 28, 2017
1 parent cc7da22 commit f42c42c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Client.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,11 @@
#include <sys/socket.h> /* for AF_INET, etc. */
#include <netinet/in.h> /* for struct sockaddr_in */


#include <memory>
#include <iostream>
#include <sstream>
#include <string>
#include <cstring>
#include "Client.hpp"
#define BUFSIZE 512

Expand Down
1 change: 1 addition & 0 deletions src/Heuristic.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#include <cstdint>
#include <limits.h>
#include <string>
#include <bitset>
#include "Heuristic.hpp"

/* Heuristic Functions */
Expand Down

0 comments on commit f42c42c

Please sign in to comment.