View | Details | Raw Unified | Return to bug 23842
Collapse All | Expand All

(-)file_not_specified_in_diff (-1 / +2 lines)
Line  Link Here
0
-- cinepaint-0.21-2-orig/plug-ins/bracketing_to_hdr/br_core/br_Image.cpp 
0
++ cinepaint-0.21-2/plug-ins/bracketing_to_hdr/br_core/br_Image.cpp 
Lines 26-31 Link Here
26
*/
26
*/
27
#include <iostream>
27
#include <iostream>
28
#include <cmath>                    // pow()
28
#include <cmath>                    // pow()
29
#include <cstring>                  // strlen(), strcpy()
29
30
30
#include "br_types.hpp"             // ImageID
31
#include "br_types.hpp"             // ImageID
31
#include "br_enums.hpp"             // DataType, ReportWhat
32
#include "br_enums.hpp"             // DataType, ReportWhat

Return to bug 23842