Fixed compilation: Added missing include

This commit is contained in:
PKEuS 2020-05-19 14:32:50 +02:00
parent 22884888fb
commit baca1fbe04
1 changed files with 1 additions and 0 deletions

View File

@ -23,6 +23,7 @@
#include "library.h"
#include "settings.h"
#include "symboldatabase.h"
#include "tokenlist.h"
#include "utils.h"
#include <algorithm>