Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/kpu/kenlm.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'util/scoped.hh')
-rw-r--r--util/scoped.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/scoped.hh b/util/scoped.hh
index 23782b6..936015f 100644
--- a/util/scoped.hh
+++ b/util/scoped.hh
@@ -2,7 +2,7 @@
#define UTIL_SCOPED_H
/* Other scoped objects in the style of scoped_ptr. */
-#include "util/exception.hh"
+#include "exception.hh"
#include <cstddef>
#include <cstdlib>