summaryrefslogtreecommitdiff
path: root/example_extff
diff options
context:
space:
mode:
authorChris Dyer <cdyer@cab.ark.cs.cmu.edu>2012-10-16 00:37:21 -0400
committerChris Dyer <cdyer@cab.ark.cs.cmu.edu>2012-10-16 00:37:21 -0400
commit09a522afef40e514e741ddf5f9bbc61cfb2170e8 (patch)
treea6650e02b017ce0b3ed534ad76d6a8e45a26ab0c /example_extff
parent21a8287a2e1451db41c35494647c7b8c3e7e5adc (diff)
clean up of bad header includes
Diffstat (limited to 'example_extff')
-rw-r--r--example_extff/ff_example.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/example_extff/ff_example.cc b/example_extff/ff_example.cc
index 51ebf364..4e478ecd 100644
--- a/example_extff/ff_example.cc
+++ b/example_extff/ff_example.cc
@@ -2,6 +2,8 @@
#include <iostream>
#include <sstream>
+#include "hg.h"
+
using namespace std;
// example of a "stateful" feature made available as an external library