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/server.h | |
| parent | 6b62e9c77b2a45fd1d7084626f2bb2949e832e5f (diff) | |
Separate ExceptionStore.
Diffstat (limited to 'src/lib/server.h')
| -rw-r--r-- | src/lib/server.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/server.h b/src/lib/server.h index fd765e160..97bc26fd8 100644 --- a/src/lib/server.h +++ b/src/lib/server.h @@ -24,7 +24,7 @@ * @brief Server class. */ -#include "exceptions.h" +#include "exception_store.h" #include <boost/thread.hpp> #include <boost/asio.hpp> #include <boost/thread/condition.hpp> |
