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