Skip to content
2 changes: 1 addition & 1 deletion src/NLPModels.jl
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Base type for a nonlinear least-squares model.
"""
abstract type AbstractNLSModel{T, S} <: AbstractNLPModel{T, S} end

for f in ["utils", "api", "counters", "meta", "show", "tools"]
for f in ["utils", "api", "defaults", "counters", "meta", "show", "tools"]
include("nlp/$f.jl")
include("nls/$f.jl")
end
Expand Down
Loading