|
Line
Link Here
|
| 0 |
-- cinepaint-0.21-2-orig/plug-ins/bracketing_to_hdr/br_core/ResponseSolver.hpp |
0 |
++ cinepaint-0.21-2/plug-ins/bracketing_to_hdr/br_core/ResponseSolver.hpp |
|
Lines 65-70
Link Here
|
| 65 |
|
65 |
|
| 66 |
|
66 |
|
| 67 |
#include <fstream> |
67 |
#include <fstream> |
|
|
68 |
#include <cstring> // strlen() |
| 68 |
#include "TNT/tnt_misc.hpp" // proof_least_square_fit() |
69 |
#include "TNT/tnt_misc.hpp" // proof_least_square_fit() |
| 69 |
#include "TNT/tnt_stopwatch.hpp" |
70 |
#include "TNT/tnt_stopwatch.hpp" |
| 70 |
#include "TNT/jama_qr.hpp" // JAMA::QR |
71 |
#include "TNT/jama_qr.hpp" // JAMA::QR |