Browse Source

display: Fix missing includes

rdb 3 years ago
parent
commit
4734bb9deb
1 changed files with 2 additions and 0 deletions
  1. 2 0
      panda/src/display/screenshotRequest.h

+ 2 - 0
panda/src/display/screenshotRequest.h

@@ -17,9 +17,11 @@
 #include "pandabase.h"
 
 #include "asyncFuture.h"
+#include "clockObject.h"
 #include "filename.h"
 #include "lightMutex.h"
 #include "pmap.h"
+#include "texture.h"
 
 /**
  * A class representing an asynchronous request to save a screenshot.