diff options
Diffstat (limited to 'libs/freeimage/src')
-rw-r--r-- | libs/freeimage/src/Quantizers.h | 2 | ||||
-rw-r--r-- | libs/freeimage/src/stdafx.h | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/libs/freeimage/src/Quantizers.h b/libs/freeimage/src/Quantizers.h index ad7ee57b9b..a6f0acd17c 100644 --- a/libs/freeimage/src/Quantizers.h +++ b/libs/freeimage/src/Quantizers.h @@ -20,6 +20,8 @@ // Use at your own risk! // ============================================================= +#pragma once + // //////////////////////////////////////////////////////////////// diff --git a/libs/freeimage/src/stdafx.h b/libs/freeimage/src/stdafx.h index 7c3d01d4da..6564872f2a 100644 --- a/libs/freeimage/src/stdafx.h +++ b/libs/freeimage/src/stdafx.h @@ -1,3 +1,5 @@ +#pragma once + #include <float.h> #include <io.h> #include <malloc.h> |