mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-01 02:53:56 -07:00
Fix MSVC++ compile error caused by missing round() in math.h
This commit is contained in:
parent
6e9f81461a
commit
80da61dcbb
8 changed files with 37 additions and 6 deletions
|
|
@ -82,6 +82,7 @@ SET(cockatrice_SOURCES
|
|||
${CMAKE_CURRENT_BINARY_DIR}/version_string.cpp
|
||||
)
|
||||
SET(cockatrice_HEADERS
|
||||
src/round.h
|
||||
src/abstractcounter.h
|
||||
src/counter_general.h
|
||||
src/dlg_creategame.h
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue