Skip to content

Commit

Permalink
Fix Postgres compilation (closes #45)
Browse files Browse the repository at this point in the history
  • Loading branch information
sfan5 committed Mar 14, 2017
1 parent 21444d0 commit 4f7d2a5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions db-postgresql.cpp
@@ -1,6 +1,7 @@
#include <stdexcept>
#include <iostream>
#include <fstream>
#include <cstdlib>
#include <arpa/inet.h>
#include "db-postgresql.h"
#include "util.h"
Expand Down

0 comments on commit 4f7d2a5

Please sign in to comment.