Browse Source

include stdio.h

David Rose 21 years ago
parent
commit
3d63d03559
1 changed files with 1 additions and 0 deletions
  1. 1 0
      panda/src/grutil/frameRateMeter.cxx

+ 1 - 0
panda/src/grutil/frameRateMeter.cxx

@@ -26,6 +26,7 @@
 #include "depthTestAttrib.h"
 #include "depthWriteAttrib.h"
 #include "pStatTimer.h"
+#include <stdio.h>  // For sprintf/snprintf
 
 #ifndef CPPPARSER
 PStatCollector FrameRateMeter::_show_fps_pcollector("Cull:Show fps");