diff options
Diffstat (limited to 'win/rfb_win32/DIBSectionBuffer.h')
-rw-r--r-- | win/rfb_win32/DIBSectionBuffer.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/win/rfb_win32/DIBSectionBuffer.h b/win/rfb_win32/DIBSectionBuffer.h index 2f099f39..fa40c02f 100644 --- a/win/rfb_win32/DIBSectionBuffer.h +++ b/win/rfb_win32/DIBSectionBuffer.h @@ -26,8 +26,10 @@ #define __RFB_WIN32_DIB_SECTION_BUFFER_H__ #include <windows.h> + +#include <core/Region.h> + #include <rfb/PixelBuffer.h> -#include <rfb/Region.h> #include <rfb/Exception.h> namespace rfb { |