diff options
Diffstat (limited to 'layers/basic.cpp')
| -rw-r--r-- | layers/basic.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/layers/basic.cpp b/layers/basic.cpp index 41abf209..2f3deac0 100644 --- a/layers/basic.cpp +++ b/layers/basic.cpp @@ -28,6 +28,9 @@ #include "loader_platform.h" #include "xgl_dispatch_table_helper.h" #include "xglLayer.h" +// The following is #included again to catch certain OS-specific functions +// being used: +#include "loader_platform.h" static std::unordered_map<void *, XGL_LAYER_DISPATCH_TABLE *> tableMap; |
