Add <memory> header to all files using std::unique_ptr.

Fixes https://github.com/ceres-solver/ceres-solver/issues/758

Change-Id: I884819ec62cf7dcb95368eb46f3c03a46bb5243f
This commit is contained in:
Sameer Agarwal
2022-02-12 08:11:33 -08:00
parent 9c5f29d46d
commit 446487c54c
46 changed files with 65 additions and 5 deletions
@@ -32,6 +32,7 @@
#ifndef CERES_INTERNAL_GRADIENT_CHECKING_COST_FUNCTION_H_
#define CERES_INTERNAL_GRADIENT_CHECKING_COST_FUNCTION_H_
#include <memory>
#include <mutex>
#include <string>