summaryrefslogtreecommitdiff
path: root/extractor/sampler.h
diff options
context:
space:
mode:
Diffstat (limited to 'extractor/sampler.h')
-rw-r--r--extractor/sampler.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/extractor/sampler.h b/extractor/sampler.h
index 9cf321fb..cda28b10 100644
--- a/extractor/sampler.h
+++ b/extractor/sampler.h
@@ -5,6 +5,8 @@
using namespace std;
+namespace extractor {
+
class PhraseLocation;
class SuffixArray;
@@ -26,4 +28,6 @@ class Sampler {
int max_samples;
};
+} // namespace extractor
+
#endif