Skip to content

Commit

Permalink
Fix compiling with VS2019 MSVC 14.2
Browse files Browse the repository at this point in the history
Resolves errors when compling the VCS solver related to incomplete
type specifications
  • Loading branch information
bryanwweber committed May 20, 2020
1 parent 55daf25 commit 2bf8316
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/equil/vcs_solve_TP.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
// at https://cantera.org/license.txt for license and copyright information.

#include "cantera/equil/vcs_solve.h"
#include "cantera/equil/vcs_species_thermo.h"
#include "cantera/equil/vcs_VolPhase.h"
#include "cantera/base/ctexceptions.h"
#include "cantera/base/clockWC.h"
Expand Down

0 comments on commit 2bf8316

Please sign in to comment.