Skip to content

Commit

Permalink
Fix compilation in MSVC
Browse files Browse the repository at this point in the history
  • Loading branch information
dacap committed Aug 11, 2020
1 parent ee1b9c0 commit 8b17e61
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion gfx/hsv.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
#include "base/clamp.h"
#include "gfx/hsv.h"
#include "gfx/rgb.h"
#include <cmath>

namespace gfx {

Expand Down
1 change: 1 addition & 0 deletions gfx/hsv.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
#pragma once

#include "base/clamp.h"
#include <cmath>

namespace gfx {

Expand Down

0 comments on commit 8b17e61

Please sign in to comment.