Skip to content
Snippets Groups Projects
Commit d8e59289 authored by Rashad Kanavath's avatar Rashad Kanavath
Browse files

COMP: missing header for atoi

parent 662ce238
No related branches found
No related tags found
No related merge requests found
......@@ -16,6 +16,7 @@
=========================================================================*/
#include <iostream>
#include <cstdlib>
#include "otbConfigurationManager.h"
int otbConfigurationManagerTest(int argc, char * argv[])
......@@ -32,7 +33,7 @@ int otbConfigurationManagerTest(int argc, char * argv[])
std::string refDEMDir = (argc>2)?argv[2]:"";
std::string refGeoidFile = (argc>3)?argv[3]:"";
otb::ConfigurationManager::RAMValueType maxRam = otb::ConfigurationManager::GetMaxRAMHint();
std::cout<<"GetMaxRAMHint(): "<<maxRam<<std::endl;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment