diff options
| author | Tannin <devnull@localhost> | 2014-03-16 20:04:57 +0100 |
|---|---|---|
| committer | Tannin <devnull@localhost> | 2014-03-16 20:04:57 +0100 |
| commit | 98354cd1e7f3c6b89f7112bda0791cf8ba191372 (patch) | |
| tree | 46d89fd0c93e2345727063e827e94e4c69b5116d /src/pluginlist.h | |
| parent | 0f8f7bf777a9201ec997675438801538e56df128 (diff) | |
some fixes towards qt5 compatibility
Diffstat (limited to 'src/pluginlist.h')
| -rw-r--r-- | src/pluginlist.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pluginlist.h b/src/pluginlist.h index e45746f2..3d7f0926 100644 --- a/src/pluginlist.h +++ b/src/pluginlist.h @@ -29,7 +29,7 @@ along with Mod Organizer. If not, see <http://www.gnu.org/licenses/>. #include <boost/signals2.hpp> #include <boost/ptr_container/ptr_vector.hpp> #include <vector> -#include <pdll.h> +#include "pdll.h" #include <BOSS-API.h> |
