Skip to content

Commit

Permalink
Added missing headers
Browse files Browse the repository at this point in the history
  • Loading branch information
Garrett Potts committed Oct 31, 2019
1 parent c456397 commit 0498f71
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/init/ossimInit.cpp
Expand Up @@ -66,7 +66,9 @@
#include <algorithm>
#include <mutex>
#include <geos_c.h>

#include <cstdio>
#include <cstdarg>
#include <cstddef>
using namespace std;

static ossimTrace traceExec = ossimTrace("ossimInit:exec");
Expand Down

0 comments on commit 0498f71

Please sign in to comment.