Skip to content

Commit

Permalink
Windows build fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
robertosfield committed Jan 14, 2025
1 parent 4f67d9c commit 7315a5b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/vsg/utils/ColorSpaceConvertor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
</editor-fold> */

#include <vsg/utils/ColorSpaceConvertor.h>
#include <vsg/io/Options.h>

using namespace vsg;

Expand Down Expand Up @@ -496,4 +497,4 @@ VkFormat vsg::sRGB_to_uNorm(VkFormat format)
break;
}
return format;
}
}

0 comments on commit 7315a5b

Please sign in to comment.