diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-08-26 22:12:16 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-08-26 22:12:16 +0100 |
| commit | 1ad291db7e847fbb71e5bd9f2f81db6bfb2a022e (patch) | |
| tree | 08a2c0e17e063b1680985c0df8d5472da670fa45 /src/lib/encoder.h | |
| parent | 6b62e9c77b2a45fd1d7084626f2bb2949e832e5f (diff) | |
Separate ExceptionStore.
Diffstat (limited to 'src/lib/encoder.h')
| -rw-r--r-- | src/lib/encoder.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/encoder.h b/src/lib/encoder.h index 12f1e15ff..fbae07a9a 100644 --- a/src/lib/encoder.h +++ b/src/lib/encoder.h @@ -26,6 +26,7 @@ #include "util.h" #include "cross.h" +#include "exception_store.h" #include <boost/shared_ptr.hpp> #include <boost/thread/mutex.hpp> #include <boost/thread/condition.hpp> |
