Author: Kadir Cetinkaya
Date: 2020-04-06T21:36:54+02:00
New Revision: 549e87f3d04bbae91bc7bc38609ce7073e2c8a6d

URL: 
https://github.com/llvm/llvm-project/commit/549e87f3d04bbae91bc7bc38609ce7073e2c8a6d
DIFF: 
https://github.com/llvm/llvm-project/commit/549e87f3d04bbae91bc7bc38609ce7073e2c8a6d.diff

LOG: [clangd] Fix bad include

Added: 
    

Modified: 
    clang-tools-extra/clangd/unittests/TUSchedulerTests.cpp

Removed: 
    


################################################################################
diff  --git a/clang-tools-extra/clangd/unittests/TUSchedulerTests.cpp 
b/clang-tools-extra/clangd/unittests/TUSchedulerTests.cpp
index 0be66884fd66..2a0e6b001c00 100644
--- a/clang-tools-extra/clangd/unittests/TUSchedulerTests.cpp
+++ b/clang-tools-extra/clangd/unittests/TUSchedulerTests.cpp
@@ -25,8 +25,8 @@
 #include "gtest/gtest.h"
 #include <algorithm>
 #include <atomic>
-#include <bits/stdint-uintn.h>
 #include <chrono>
+#include <cstdint>
 #include <utility>
 
 namespace clang {


        
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to