summaryrefslogtreecommitdiff
path: root/science/dimod/files/patch-testscpp_tests_test__quadratic__model.cpp
blob: 22fd876428fe5d4e6104c543f2d2b3cf617082bd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- testscpp/tests/test_quadratic_model.cpp.orig	2022-10-05 22:19:20 UTC
+++ testscpp/tests/test_quadratic_model.cpp
@@ -14,7 +14,7 @@
 
 #include <iostream>
 
-#include "catch2/catch.hpp"
+#include <catch2/catch.hpp>
 #include "dimod/quadratic_model.h"
 
 namespace dimod {