We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51bc1ed commit 0a3583eCopy full SHA for 0a3583e
CMakeLists.txt
@@ -9,7 +9,7 @@ set(CMAKE_BUILD_WITH_INSTALL_RPATH TRUE)
9
set(CMAKE_CXX_STANDARD 11)
10
#set(CMAKE_VERBOSE_MAKEFILE ON)
11
12
-project(CLIntercept VERSION 3.0.4 LANGUAGES CXX)
+project(CLIntercept VERSION 3.0.5 LANGUAGES CXX)
13
14
if(NOT CMAKE_BUILD_TYPE)
15
message(STATUS "No build type selected, default to RelWithDebInfo")
intercept/src/utils.cpp
@@ -4,8 +4,6 @@
4
// SPDX-License-Identifier: MIT
5
*/
6
7
-#pragma once
8
-
#include "utils.h"
#include <algorithm>
0 commit comments