From 2785efc3174db37591c48f4b0f11777a872ce66e Mon Sep 17 00:00:00 2001
From: Ian Bell <ian.bell@nist.gov>
Date: Thu, 17 Jun 2021 22:05:38 -0400
Subject: [PATCH] Add missing headers for CPA

---
 include/teqp/models/CPA.hpp | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/include/teqp/models/CPA.hpp b/include/teqp/models/CPA.hpp
index 8427f5b..8fe74a9 100644
--- a/include/teqp/models/CPA.hpp
+++ b/include/teqp/models/CPA.hpp
@@ -1,5 +1,7 @@
 #pragma once
 
+#include "nlohmann/json.hpp"
+
 namespace CPA {
 
 template<typename X> auto POW2(X x) { return x * x; };
-- 
GitLab