[common] Add <algorithm> for kmx.cpp

This commit is contained in:
Marc Durdin 2018-11-19 06:47:56 +11:00
parent e1c83d9d33
commit becbfeda47

View file

@ -8,6 +8,7 @@
#include <fstream>
#include <sstream>
#include <cctype>
#include <algorithm>
#include <keyman/keyboardprocessor.h>
#include "state.hpp"