Skip to content

Commit 43dd472

Browse files
committed
Fix typo
1 parent e3bb6a1 commit 43dd472

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gtsam/base/ConcurrentMap.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
#pragma once
2020

2121
#include <gtsam/global_includes.h>
22-
#include "gtsam/base/FastMap.h"
22+
#include <gtsam/base/FastMap.h>
2323

2424
// Change class depending on whether we are using TBB
2525
#ifdef GTSAM_USE_TBB

0 commit comments

Comments
 (0)