diff options
author | Marius Kintel <marius@kintel.net> | 2012-02-17 20:08:55 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2012-02-17 20:08:55 (GMT) |
commit | f71e9cf7922d5d6e28fa52563660bc7eeaa9fbe7 (patch) | |
tree | 34c8664b33b2c68fb9bcc8f978d54789df4f5609 | |
parent | f615f3a5e1344bbb05f56614d959fdb2779e164c (diff) |
missing include boost/version.hpp
-rw-r--r-- | src/mainwin.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainwin.cc b/src/mainwin.cc index 9b24eea..b371742 100644 --- a/src/mainwin.cc +++ b/src/mainwin.cc @@ -77,6 +77,7 @@ #include <fstream> #include <algorithm> +#include <boost/version.hpp> #include <boost/foreach.hpp> #include <boost/lambda/lambda.hpp> #include <boost/lambda/bind.hpp> |