Browse Source

missing include

David Rose 20 years ago
parent
commit
55b39a6ffe
1 changed files with 1 additions and 0 deletions
  1. 1 0
      panda/src/recorder/recorderController.cxx

+ 1 - 0
panda/src/recorder/recorderController.cxx

@@ -22,6 +22,7 @@
 #include "bamWriter.h"
 #include "config_recorder.h"
 #include "bam.h"
+#include "clockObject.h"
 
 TypeHandle RecorderController::_type_handle;
 RecorderController::RecorderFactory *RecorderController::_factory = NULL;