Skip to content

Commit

Permalink
add missing header to files (#22)
Browse files Browse the repository at this point in the history
* add missing header to files

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
phlptp and pre-commit-ci[bot] authored Jan 22, 2024
1 parent f8fab15 commit 0a82fa1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ cmake_minimum_required(VERSION 3.11...3.28)
project(
GMLC_UTILITIES
LANGUAGES CXX
VERSION 0.6.0
VERSION 0.6.1
)

# -----------------------------------------------------------------------------
# GMLC UTILITIES library Version number
# -----------------------------------------------------------------------------
set(GMLC_UTILITIES_VERSION_BUILD)
set(GMLC_UTILITIES_DATE "2024-01-02")
set(GMLC_UTILITIES_DATE "2024-01-22")

set(GMLC_UTILITIES_VERSION_STRING "${GMLC_UTILITIES_VERSION} (${GMLC_UTILITIES_DATE})")

Expand Down
1 change: 1 addition & 0 deletions gmlc/utilities/stringConversion.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ All rights reserved. SPDX-License-Identifier: BSD-3-Clause
#include "charMapper.h"
#include "stringOps.h"

#include <cstdint>
#include <string>
#include <type_traits>
#include <vector>
Expand Down

0 comments on commit 0a82fa1

Please sign in to comment.