From: Michael R. Crusoe <michael.crusoe@gmail.com>
Subject: Fix liboxli sanity check test
--- khmer.orig/src/oxli/test-compile.cc
+++ khmer/src/oxli/test-compile.cc
@@ -39,10 +39,10 @@
 // This file is used to test compilation with liboxli.a/liboxli.so, after
 // installation
 
-#include <oxli/hashtable.hh>
+#include <oxli/hashgraph.hh>
 
 int main()
 {
-    oxli::Countgraph test(1,1);
+    oxli::Countgraph test(1,{1});
     return 0;
 }
