Add missing includes

Thanks to Benitoite
(https://github.com/Beep6581/RawTherapee/pull/5889#issuecomment-1475033091)
This commit is contained in:
Lawrence Lee
2023-03-18 18:15:38 -07:00
parent 20e78068cd
commit 1e6cc85fe2
2 changed files with 5 additions and 3 deletions

View File

@@ -19,6 +19,7 @@
*/
#include <cstdio>
#include <cstring>
#include <iostream>
#include <memory>
#include <string>
#include <utility>