mirror of
https://github.com/ceres-solver/ceres-solver.git
synced 2026-08-29 16:40:38 +08:00
Solve No Previous Prototype GCC warning
In some cases there were missing includes of own header files from implementation files. In other cases moved function which are only used within single file into an anonymous namespace. Change-Id: I2c6b411bcfbc521e2a5f21265dc8e009a548b1c8
This commit is contained in:
@@ -28,6 +28,8 @@
|
||||
//
|
||||
// Author: Sanjay Ghemawat
|
||||
|
||||
#include "ceres/stringprintf.h"
|
||||
|
||||
#include <cerrno>
|
||||
#include <cstdarg> // For va_list and related operations
|
||||
#include <cstdio> // MSVC requires this for _vsnprintf
|
||||
|
||||
Reference in New Issue
Block a user