Add missing includes
Thanks to Benitoite (https://github.com/Beep6581/RawTherapee/pull/5889#issuecomment-1475033091)
This commit is contained in:
parent
20e78068cd
commit
1e6cc85fe2
@ -17,19 +17,20 @@
|
||||
* along with RawTherapee. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
#include <functional>
|
||||
#include <iostream>
|
||||
#include <regex>
|
||||
#include <sstream>
|
||||
|
||||
#include <strings.h>
|
||||
#include <time.h>
|
||||
#include <tiff.h>
|
||||
#include <glib/gstdio.h>
|
||||
#include <glibmm/convert.h>
|
||||
#include <regex>
|
||||
#include <sstream>
|
||||
|
||||
#include "imagedata.h"
|
||||
#include "imagesource.h"
|
||||
#include "rt_math.h"
|
||||
#include "metadata.h"
|
||||
#include "rt_math.h"
|
||||
#include "utils.h"
|
||||
|
||||
#pragma GCC diagnostic warning "-Wextra"
|
||||
|
@ -19,6 +19,7 @@
|
||||
*/
|
||||
#include <cstdio>
|
||||
#include <cstring>
|
||||
#include <iostream>
|
||||
#include <memory>
|
||||
#include <string>
|
||||
#include <utility>
|
||||
|
Loading…
x
Reference in New Issue
Block a user