diff options
author | Neil <nyamatongwe@gmail.com> | 2018-05-26 09:46:07 +1000 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2018-05-26 09:46:07 +1000 |
commit | eb77cfe43c9376527ed84d904c94a8bc4b683dba (patch) | |
tree | 819c5c75a22dc39eb22d69cb5ccaa52619589b6f /qt/ScintillaEditBase/PlatQt.h | |
parent | bbfd34adc0e800ae2feec487a3c407873bb289e3 (diff) | |
download | scintilla-mirror-eb77cfe43c9376527ed84d904c94a8bc4b683dba.tar.gz |
Add necessary headers and move includes to be in same order.
Diffstat (limited to 'qt/ScintillaEditBase/PlatQt.h')
-rw-r--r-- | qt/ScintillaEditBase/PlatQt.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/qt/ScintillaEditBase/PlatQt.h b/qt/ScintillaEditBase/PlatQt.h index 65a5e8be0..1b83035a1 100644 --- a/qt/ScintillaEditBase/PlatQt.h +++ b/qt/ScintillaEditBase/PlatQt.h @@ -11,6 +11,8 @@ #ifndef PLATQT_H #define PLATQT_H +#include <cstddef> + #include <string_view> #include <vector> |